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