Skip to main content
GET
List by Merchant

Authorizations

Authorization
string
header
required

API key authentication

Query Parameters

limit
integer
default:10

Number of customers to return

Required range: 1 <= x <= 100
offset
integer
default:0

Number of customers to skip

Required range: x >= 0
name
string

Filter customers by consumer name (case-insensitive substring match). Minimum 3 characters required for efficient index usage.

Required string length: 3 - 255
email
string

Filter customers by billing email (case-insensitive substring match). Minimum 3 characters required for efficient index usage. Accepts partial values — e.g. a domain ("acme.com") or local part ("billing").

Required string length: 3 - 255
externalId
string

Filter customers by exact external ID match.

Maximum string length: 255
organizationId
string
required

ID of the merchant organization to filter customers by Unique identifier for an organization

Pattern: ^org_[a-zA-Z0-9]+$

Response

List of customers retrieved successfully

object
enum<string>
required
Available options:
list
data
object[]
required
pagination
object
required

Offset-based pagination response.