Get a customer
Customers
Get a customer
Fetch a single customer by LMS id or externalId.
GET
Get a customer
Two equivalent forms — see Addressing a customer.Documentation Index
Fetch the complete documentation index at: https://docs.lms.bsa.ai/llms.txt
Use this file to discover all available pages before exploring further.
Path parameters
The customer’s LMS id (numeric, returned by create/list). On the
/external/{customer_external_id} form, this is the partner-supplied
externalId instead.Examples
Response
200 OK returns the full customer object.
Errors
| Code | When |
|---|---|
not_found | No customer exists with that id or externalId |
invalid_argument | customer_id is not a valid numeric identifier (only applies to the LMS-id form) |

