Customers
Get a customer
Get customer information using customer_id.
get/customers/{customer_id}
Path parameters
customer_idstring required
Example:01BX5ZZKBKACTAV9WEVGEMMVRZ
Response
Response for Get customer requests
Example response
{
"billingAddress": "201 Boulevard, WA 53123",
"status": "ACTIVE"
}