Retrieve customer information by ID or email. View purchase history, subscriptions, and profile details.
API key for authentication. You can find your API key in the Creem dashboard under Settings > API Keys.
The unique identifier of the customer.
"cust_1234567890"
The email address of the customer.
"customer@example.com"
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 product
"2023-01-01T00:00:00Z"
Last updated date of the product
"2023-01-01T00:00:00Z"
Customer name.
"John Doe"