Skip to main content

List task categories

Returns a list of task categories associated with the company

GET
/api/partners/v1/company/:company_id/task-categories/

Request

Example requestGET
curl -X GET \
    -H "Authorization: Bearer YOUR_API_KEY" \
    "https://api.funnelleasing.com/api/partners/v1/company/:company_id/task-categories/"

Response

Example responseJSON200 · application/json
[
  {
    "id": 0,
    "name": "string"
  }
]