Compensation types

List all compensation types

GET
/api/public/v2/compensation_types

Response Body

application/json

curl -X GET "https://example.com/api/public/v2/compensation_types"
{  "data": [    null  ],  "metadata": {    "pagination": {      "page": 0,      "pages": 0,      "count": 0,      "items": 0    }  }}