Customer API
Get a customer by ID
Retrieve a customer by ID
Authorization
X-API-Key
<token>In: header
Path Parameters
id
RequiredstringThe customer ID
Response Body
The customer has been retrieved successfully
id
RequiredstringA unique identifier for the customer
firstName
RequiredstringThe first name of the customer
Minimum length:
1
Maximum length: 1024
middleName
stringThe middle name of the customer
Minimum length:
1
Maximum length: 1024
lastName
RequiredstringThe last name of the customer
Minimum length:
1
Maximum length: 1024
email
RequiredstringThe primary email address of the customer
Format:
"email"
phone
RequiredstringThe primary phone number of the customer in E.164 format (e.g., +1234567890)
Minimum length:
1
Maximum length: 32
status
RequiredunknownThe KYC verification status of the customer
Value in:
"not_started" | "incomplete" | "under_review" | "approved" | "rejected"
metadata
objectThe provided metadata of the customer
createdAt
RequiredstringThe creation date of the customer
Format:
"date-time"
updatedAt
RequiredstringThe last update date of the customer
Format:
"date-time"