Skip to main content
GET
Get customers (bulk)
Returns a slice of customers for the merchant environment. Use numeric from and to query parameters to page through records in stable order. The customer shape matches the Fire spark customers table: profile fields, delivery addresses, billing profiles, devices, consent and birthday.

Query parameters

Request

Response

Returns an array of Customer objects in data.

Authorizations

Authorization
string
header
required

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

Query Parameters

from
string
required

Starting record index, starting from 0.

to
string
required

Ending record index, starting from 0.

Response

200 - application/json

Ok

data
object[]