Skip to main content
GET
List all exemption certificates.

Query parameters

string
required
The unique identifier of the customer whose exemption certificates you want to retrieve.
integer
default:"10"
Number of exemption certificates to return per page. Must be between 1 and 100.
string
Pagination cursor for fetching the next page of results. Obtained from the previous response.

Response

object
string
Success message.

Authorizations

Authorization
string
header
required

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

Query Parameters

customer_id
string
required

The unique identifier of the customer whose exemption certificate you want to fetch.

cursor
string

Cursor for pagination

limit
integer
default:10

Number of items to return per page

Required range: 1 <= x <= 100

Response

Sales tax exemption certificate response.

data
object
message
string
Example:

"Successfully fetched exemption certificates."