GET
/
v1
/
customers
/
{id}
{
  "id": "<string>",
  "externalId": "cust_1234567890abcdef",
  "name": "Acme Inc.",
  "customFields": {}
}

Authorizations

X-API-KEY
string
header
required

API Key Authentication.

Path Parameters

id
string
required

The unique identifier of the customer in our system.

Response

200
application/json

The request was successfully processed and the customer information is returned.