Skip to main content
GET
/
labels
Read labels
curl --request GET \
  --url https://api.obselite.com/v0/labels \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "description": "<string>",
      "color": "<string>",
      "colorKey": "AMBER",
      "key": "CYCLE"
    }
  ],
  "metadata": {
    "count": 123,
    "isFirstPage": true,
    "isLastPage": true,
    "limit": 123,
    "nextPage": 123,
    "offset": 123,
    "page": 123,
    "pageCount": 123,
    "previousPage": 123
  }
}

Authorizations

Authorization
string
header
required

The API token generated from the Obselite dashboard

Query Parameters

limit
number

The number of items per page, see pagination

offset
number

The starting point of the page, see pagination

page
number

The page number, see pagination

filter
string

Encoded JSON to search and refine lists, see filtering

include
string

Available options: resources, tasks, teams, activities

sort
string

Encoded JSON to organize items, see sorting

Response

Successful response

items
object[]
required
metadata
object
required