Get customer
Customers
Get customer
Get a customer by ID
GET
Get customer
Authorizations
Bearer token authentication used for standard API calls. Format: 'Bearer YOUR_API_KEY'
Path Parameters
Customer ID
Response
Customer details
Unique identifier for the customer
Example:
"con_test_01EXAMPLE00000000000000001"
Merchant's external identifier for this customer. Used for idempotent creation — POST with the same reference_id returns the existing customer.
Example:
"usr_abc123"
Active subscription summary, or null if none
Arbitrary key-value metadata stored on the customer. Set via PATCH.
Example:
{
"plan_tier": "enterprise",
"internal_id": "12345"
}
ISO 8601 timestamp when the customer was created
Example:
"2023-05-15T08:35:42Z"