Get a customer
Customers
Get a customer
Fetch a single customer by externalId (recommended) or LMS id.
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
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
| Code | When |
|---|---|
not_found | No customer exists with that externalId or id |
invalid_argument | customer_id is not a valid numeric identifier (only applies to the LMS-id form) |

