Customers
List customers
Create customer
Search customers
Delete customer
Retrieve customer
Update customer
Remove group from customer
Add group to customer
Webhooks
customer.created
customer.deleted
customer.updated
<- Customers API
Customers API
Version
2023-11-15
GET
/v2/customers/{customer_id}
Returns details for a single customer.
Guide
Retrieve the customer profile of a given ID
Example code
customer_id
string
Required
The ID of the customer to retrieve.
errors
Error [ ]
Any errors that occurred during the request.
Show attributes
customer
Customer
The requested customer.