Retrieve a customer
Retrieve customer information by ID or email. View purchase history, subscriptions, and profile details.
Authorizations
API key for authentication. You can find your API key in the Creem dashboard under Settings > API Keys.
Query Parameters
The unique identifier of the customer.
"cust_1234567890"
The email address of the customer.
"customer@example.com"
Response
Successfully retrieved the customer
Unique identifier for the object.
String representing the environment.
test, prod, sandbox String representing the objectās type. Objects of the same type share the same value.
Customer email address.
"user@example.com"
The ISO alpha-2 country code for the customer.
^[A-Z]{2}$"US"
Creation date of the customer
"2023-01-01T00:00:00Z"
Last updated date of the customer
"2023-01-01T00:00:00Z"
Customer name.
"John Doe"
Additional metadata associated with the customer.
{ "key": "value" }