Skip to main content
GET
/
api
/
v1
/
accounts
/
{account-id}
/
tax-exemption
/
progress
Get monthly tax exemption progress
curl --request GET \
  --url https://app.crown-brlv.com/api/v1/accounts/{account-id}/tax-exemption/progress
{
  "tax-exemption-progress": {
    "claims-amount": "<string>",
    "other-disposals-amount": "<string>",
    "total-used": "<string>",
    "limit": "<string>",
    "remaining": "<string>"
  }
}

Path Parameters

account-id
string<uuid>
required

Response

Tax exemption progress retrieved successfully

tax-exemption-progress
object
required