Skip to main content
GET
/
statutory-rates
/
available-years
cURL
curl --request GET \
  --url https://api.sandbox.flowpayroll.ai/v1/statutory-pay/statutory-rates/available-years \
  --header 'X-Auth-Token: <api-key>'
{
  "taxYears": [
    123
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.flowpayroll.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Auth-Token
string
header
required

Authentication token for API access

Response

200 - application/json

OK

taxYears
integer<int32>[]