Skip to main content
GET
/
customers
Listar customers
curl --request GET \
  --url https://api.sandbox.z2pay.com/customers \
  --header 'x-api-key: <api-key>'

Authorizations

x-api-key
string
header
required

API Key da Credential (gerada no Backoffice)

Query Parameters

page
integer
default:1
Required range: x >= 1
limit
integer
default:20
Required range: 1 <= x <= 100
name
string | null
email
string | null
document
string | null
documentType
enum<string> | null
Available options:
cpf,
cnpj,
passport
phone
string | null
search
string | null
customerSearch
string | null
type
enum<string> | null
Available options:
individual,
company
startDate
string<date-time> | null
endDate
string<date-time> | null
sortBy
enum<string> | null
Available options:
name,
createdAt,
updatedAt
sortDir
enum<string> | null
Available options:
asc,
desc

Response

Lista paginada de customers