Skip to main content
GET
Retrieves a paginated list of customers for a corporation with optional filtering and search capabilities.

Query parameters

string
required
The unique identifier for the corporation
string
Pagination cursor for fetching the next page of results
int32
default:"10"
Maximum number of customers to return (max: 100)
string
Filter customers by exact name match
string
Search customers by name (partial match)
string
Comma-separated list of source platforms to filter by
string
Comma-separated list of source platform IDs to filter by
string
Comma-separated list of fields to include in response. Options: shipping_address, exemption_metadata

Exemption filters

string
Comma-separated list of certificate types to filter by
string
Filter by exemption jurisdiction
string
Filter by certificate expiration status
string
Filter by exemption status
boolean
Filter customers by whether they have exemptions

Response

array
Array of customer objects
int64
Total number of customers matching the query
string
Pagination cursor for the next page (if more results exist)

Authorizations

Authorization
string
header
required

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

Query Parameters

corporation_id
string
required

The unique identifier for a corporation used to filter the relevant customer base.

cursor
string

Cursor for pagination

limit
integer
default:10

Number of items to return per page

Required range: 1 <= x <= 100

Response

List of customers associated with the requesting corporation

data
object
message
string
Example:

"Successfully fetched customers."