GET
/
remuneration
/
api
/
variable-nature-categories
curl --request GET \
  --url https://{host}/remuneration/api/variable-nature-categories \
  --header 'Authorization: <authorization>'
[
  {
    "id": 123,
    "code": "BONUS"
  }
]

Headers

Authorization
string
required

API key. Value must be formatted like so: lucca application={api_key}.

Response

200
application/json

OK

The response is of type object[].