Get Customer
Customers
Get Customer
Retrieve a specific customer by ID
GET
Get Customer
Authorizations
OAuth2 access token obtained from POST /api/oauth/token/ using client credentials.
Path Parameters
A unique integer value identifying this check customer.
Response
200 - application/json
Read-only serializer for Customer with computed fields.
ID from the source system, for lookups.
INDIVIDUAL- IndividualCOMPANY- Company
Available options:
INDIVIDUAL, COMPANY, null Flexible JSON for inputting customer fields such as first_name, address, etc. Any format accepted.
External platform references. List of dicts, e.g. [{"domain": "bofi--dev.sandbox.my.salesforce.com", "id": "500WA..."}]
Days until deletion. -1 means never delete.

