GET
/
v1
/
customers
/
by-external-id
/
{externalId}
{
  "id": "<string>",
  "externalId": "<string>",
  "name": "<string>",
  "customFields": {}
}

Authorizations

X-API-KEY
string
header
required

API Key Authentication.

Path Parameters

externalId
string
required

An optional external identifier of the customer from the external system, used throughout the system to identify the customer. This field can not be updated.

Minimum length: 1

Response

200
application/json

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