Retrieve Customer
Retrieve details of a customer profile by ID.
Authorizations
Authenticate requests using your standard bearer API key (e.g. YOUR_API_KEY).
Path Parameters
Customer ID
"user_123"
Response
Customer details retrieved successfully.
The customer ID
"user_123"
The email address of the customer
"customer@example.com"
Timestamp when the customer was created
"2025-01-01T12:00:00Z"
Timestamp when the customer was last updated
"2025-01-01T12:00:00Z"
The business ID associated with the customer
"537825c3-14d6-4173-b072-33f921416efc"
The Membership ID associated with this customer
"mem_123"
The name of the customer
"John Doe"
The username of the customer
"johndoe"
The phone number of the customer
"+1234567890"
The phone number of the customer
"+1234567890"
Additional metadata associated with the customer
{ "key": "value" }