Customers
List customers
List customers associated with a corporation.
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_metadataExemption 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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The unique identifier for a corporation used to filter the relevant customer base.
Cursor for pagination
Number of items to return per page
Required range:
1 <= x <= 100