v1

latestOpenAPI 3.0.3Apache 2.02026-07-13121230447.8 KB
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

idstring required

Identifier of customer

togaiCustomerIdstring required

Unique identifier of customer

namestring required

Name of the Customer

primaryEmailstring required

Primary email of the customer

billingAddressstring required

billing address of the customer

status'ACTIVE' | 'ARCHIVED' required

Status of the customer

createdAtstring date-time required
updatedAtstring date-time required

Example response

{
  "billingAddress": "201 Boulevard, WA 53123",
  "status": "ACTIVE"
}