Einpix API documentation
  1. Client
Einpix API documentation
  • Changelog
  • About
  • API
    • Task
      • Create
      • List
      • Detail
      • Change status
    • Checklist
      • By task
    • Client
      • List
        GET
      • Detail
        GET
    • User
      • List
      • Detail
    • Venue
      • Create
      • List
      • Detail
    • Category
      • Task
        • List
        • Detail
    • Tag
      • List
      • Detail
    • Template
      • Checklist
        • List
        • Detail
    • Equipment
      • List
      • Detail
    • Comment
      • Create
      • Detail
    • Worklog
      • List
      • Hisory
    • Materials
      • By task
    • Service
      • By task
  • Schemas
    • User
    • Venue
    • Task
    • Task comment
    • Tag
    • Task category
    • Picture
    • Check item
    • Equipment
    • Client
    • Task severity
    • Attachment
    • Changed log
    • User group
    • WDJ material
    • Unit master
    • WDJ service
    • Worklog History
    • Checklist template
    • Worklog
    • Activity task
    • Downtime task
    • Sla rule
  1. Client

Detail

GET
clients/{clientId}/detail
Retrieves detailed information about a client by their unique ID.

Request

Path Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.einpix.com/public/v1/clients//detail'

Responses

🟢200Success
application/json
Body

Example
{
    "id": "f5eb1f52-bc05-4b45-bd21-6df32d16054f",
    "name": "Amanda Tremblay",
    "registration_code": "LJUCnR7UjG",
    "vat_code": "2qRJA5QiHp",
    "street_address": "8872 Commerce Street",
    "city": "Allanville",
    "country": "Cuba",
    "phone": "(741) 265-8916",
    "email": "Heloise_Witting63@gmail.com",
    "internal_id": "LJSrwRIX9BcKPALBg3mWEt6P3jHnIwQxQGUPvEkNa5bhbl",
    "notes": null,
    "active": false,
    "preferred_language": "en",
    "contract_number": "(311) 375-1417",
    "type": "company"
}
Modified at 2025-11-19 12:11:08
Previous
List
Next
List
Built with