Skip to content

Sectors

This page shows the endpoints relating to the sector options available to users

Get Sectors

Returns all the sectors which are currently in the system.

URL

GET - https://depot-api.feeditback.com/company/sectors

Response

json
{
  "data": [
    {
      "id": 1, // Id of Sector
      "uuid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx",
      "name": "" // Name of Sector
    }
  ]
}