Retrieve customer information by ID or email. View purchase history, subscriptions, and profile details.
Documentation Index
Fetch the complete documentation index at: https://docs.creem.io/llms.txt
Use this file to discover all available pages before exploring further.
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 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" }