GET
/
customers

Authorizations

Authorization
string
headerrequired

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

limit
number
required

The number of items to return

offset
number
required

Offset to return customers

order_direction
string
required

Direction to return customers

Response

200 - application/json
id
string

The unique identifier of the customer.

sso_id
string

The unique identifier of the customer in the SSO system.

activationDate
string

The date and time the customer was activated.

email
string

The email address of the customer.

firstName
string

The first name of the customer.

lastName
string

The last name of the customer.

phone
string

The phone number of the customer.

stripe_customer_id
string

The unique identifier of the customer in the Stripe system.

timestamp
string

The date and time the customer was created.