Skip to main content
GET
/
v1
/
customers
[
  {
    "address": {
      "line1": "<string>",
      "country": "<string>",
      "line2": "<string>",
      "city": "<string>",
      "state": "<string>",
      "postal_code": "<string>"
    },
    "name": "<string>",
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "created_on": "2023-11-07T05:31:56Z",
    "shipping": {
      "phone": "<string>",
      "receiver_name": "<string>",
      "address": "<unknown>"
    },
    "description": "<string>",
    "email": "<string>",
    "phone": "<string>",
    "tax": {
      "id_type": "<string>",
      "id_value": "<string>"
    },
    "updated_on": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

SearchText
string
OrderBy
string
IsDescending
boolean
PageNumber
integer<int32>
PageSize
integer<int32>

Response

OK

address
object
required
name
string
required
id
string<uuid>
required
created_on
string<date-time>
required
shipping
object
description
string | null
email
string | null
phone
string | null
tax
object
updated_on
string<date-time> | null