Skip to main content
GET
Get Customer by ID

Authorizations

Authorization
string
header
required

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

Path Parameters

_id
string
required

The customer's unique identifier

Pattern: ^[a-fA-F0-9]{24}$
Example:

"507f1f77bcf86cd799439011"

Response

Customer details response

data
object
required
success
boolean
required

Indicates if the request was successful

Example:

true