List Customers

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

brandId

uuid | null

externalReference

string | null

emailAddress

string | null

direction

string

enum

Defaults to DESC

ASCDESC

Allowed:

ASC``DESC

by

string

enum

Defaults to createdAt

createdAtupdatedAt

Allowed:

createdAt``updatedAt

pageNumber

number

≥ 1

Defaults to 1

pageSize

number

1 to 1000

Defaults to 100

``200 List of customers

Updated 3 months ago


ShellNodeRubyPHPPython

Base URL

https://api.superpayments.com/2026-04-01/customers


xxxxxxxxxx

curl --request GET \
\
     --url 'https://api.superpayments.com/2026-04-01/customers?direction=DESC&by=createdAt&pageNumber=1&pageSize=100' \
\
     --header 'accept: application/json'

application/json

``200

Updated3 months ago