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
The unique identifier for the corporation
Pagination cursor for fetching the next page of results
Maximum number of customers to return (max: 100)
Filter customers by exact name match
Search customers by name (partial match)
Comma-separated list of source platforms to filter by
Comma-separated list of source platform IDs to filter by
Comma-separated list of fields to include in response. Options:
shipping_address, exemption_metadataExemption filters
Comma-separated list of certificate types to filter by
Filter by exemption jurisdiction
Filter by certificate expiration status
Filter by exemption status
Filter customers by whether they have exemptions
Response
Array of customer objects
Total number of customers matching the query
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