Get customer by ID

Retrieves one customer profile visible to the authenticated customer source.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

customerIdintegerRequired
Customer identifier.

Response

Successful.
messagestring
customerobject

A customer profile. Read responses include the request profile fields plus the server-managed fields below.

Errors

401
Unauthorized Error
404
Not Found Error