Skip to main content
GET
/
api
/
Customers
Error
A valid request URL is required to generate request examples
[
  {
    "customerId": 1,
    "merchantCustomerRefId": "1234-5678-9101",
    "firstName": "John",
    "lastName": "Doe"
  },
  {
    "customerId": 2,
    "merchantCustomerRefId": "5678-1234-9101",
    "firstName": "Jane",
    "lastName": "Doe"
  },
  {
    "customerId": 3,
    "merchantCustomerRefId": "9101-5678-1234",
    "firstName": "Jeremy",
    "lastName": "Doe"
  }
]

Authorizations

Authorization
string
header
required

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

Query Parameters

merchantCustomerRefId
string
Maximum string length: 100
firstName
string
Maximum string length: 150
lastName
string
Maximum string length: 150

Response

OK

customerId
integer<int64>
Required range: 1 <= x <= 1000000000
merchantCustomerRefId
string | null
Maximum string length: 100
firstName
string | null
Maximum string length: 150
lastName
string | null
Maximum string length: 150