Customers
Get a customer
Get customer information using customer_id.
GET
/
customers
/
{customer_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
customer_id
string
requiredResponse
200 - application/json
id
string
requiredIdentifier of customer
togaiCustomerId
string
requiredUnique identifier of customer
name
string
requiredName of the Customer
primaryEmail
string
requiredPrimary email of the customer
billingAddress
string
requiredbilling address of the customer
address
object
requiredbilling address of the customer
status
enum<string>
requiredStatus of the customer
Available options:
ACTIVE
, ARCHIVED
createdAt
string
requiredupdatedAt
string
required