Get Exemption Certificates

Authentication

AuthorizationBearer
This authentication type can be used to directly call the service.
OR
X-API-KEYstring
This authentication type is supported by using the provided API key for the merchant account.

Query parameters

limitlongOptional0-100Defaults to 20
Maximum results per page
cursorstringOptional
The position from where the page should start. This can be found in the result of a previous api call and should be used on subsequent api calls to get the next group of records
ascendingbooleanOptionalDefaults to false
Whether you want the results to be ascending.
sortByenumOptionalDefaults to id
The field you want to sort by.
Allowed values:
customerIdstringOptional
The customer ID
disabledbooleanOptionalDefaults to false
Whether the exemption certificate is disabled
connectionIdstringOptional>=36 characters

Response

OK
itemslist of objects
limitlong0-100
Maximum results per page
nextCursorstring or null
$schemastringRead-onlyformat: "uri"
A URL to the JSON Schema for this object.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error