Skip to main content
GET
/
api
/
public
/
v1
/
tax-exemptions
List tax exemptions
curl --request GET \
  --url http://app.localhost:3000/api/public/v1/tax-exemptions \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "code": "<string>",
  "issues": [
    {
      "message": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

storeId
string
required
pageNumber
number
pageSize
number

Response

Successful response