Skip to main content
Retrieves a paginated list of all exemptions for a specific customer. Supports filtering by certificate type, jurisdiction, expiration status, and exemption status.
string
required
The unique identifier of the customer.
string
Cursor for pagination. Use the cursor returned in the previous response to fetch the next page.
integer
default:"10"
Number of items to return per page. Must be between 1 and 100.
string
Comma-separated list of certificate types to filter by (e.g., “SINGLE_STATE,MULTI_STATE”).
string
Comma-separated list of jurisdictions to filter by in the format {country}_{state} (e.g., “US_CA,US_NY”).
string
Filter by expiration status. Valid values:
  • ACTIVE - Non-expired exemptions
  • EXPIRED - Expired exemptions
string
Filter by exemption status. Valid values:
  • ACTIVE - Active exemptions
  • INACTIVE - Inactive exemptions
array
Array of exemption objects.
integer
required
Total number of exemptions for the customer.
string
Cursor to use for fetching the next page. Only present if there are more results.