Skip to main content
GET
Get a customer
Two equivalent forms. Prefer the externalId form — it lets you read a customer by the reference you already store, with no client-side mapping to a numeric LMS id. See Addressing a customer.

Path parameters

string
required
The customer’s partner-supplied externalId (the value you sent on create). On the alternative /v1/customers/{customer_id} form, this is the numeric LMS id instead.

Examples

Response

200 OK returns the full customer object.

Errors