Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Example:
"cus_mx4k77h8a9pdqgri7mb66x8n"
Response
Retrieve the customer details
- Option 1
- Option 2
Type of the object, always 'customer'
Available options:
customer
Unique identifier for the customer
Example:
"cus_o1wpnt4nwwp7jjxjzvloq5kx"
Customer's first name
Required string length:
1 - 100
Example:
"John"
Customer's last name
Required string length:
1 - 100
Example:
"Doe"
Email address
Example:
"john.doe@example.com"
Timestamp when the customer was created
Example:
"2024-03-14T12:00:00Z"
Type of the customer, always 'person'
Available options:
person