Customer Portal API
Get Customer
Get a customer by ID for the authenticated customer or user.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The customer ID.
Response
200
application/json
Successful Response
Creation timestamp of the object.
Last modification timestamp of the object.
The ID of the object.
Was this page helpful?