Categories

Get a list of categories

Get list of categories

get

Get list of categories

Query parameters
limitintegerOptional

Limit

pagestringOptional

Current page number

order_bystring · enumOptional

Property to sort by

Possible values:
directionstring · enumOptional

Direction to sort

Possible values:
Responses
200
OK
application/json
get
GET /v1/categories HTTP/1.1
Host: api.sandbox.horizonland.app
Accept: */*
{
  "cursor": "text",
  "remaining": 1,
  "result": [
    {
      "category_id": "text",
      "category_name": "text"
    }
  ]
}

Get list of tags

Get list of tags

get

Get list of tags

Query parameters
limitintegerOptional

Limit

pagestringOptional

Current page number

order_bystring · enumOptional

Property to sort by

Possible values:
directionstring · enumOptional

Direction to sort

Possible values:
Responses
200
OK
application/json
get
GET /v1/tags HTTP/1.1
Host: api.sandbox.horizonland.app
Accept: */*
{
  "cursor": "text",
  "remaining": 1,
  "result": [
    {
      "category_id": "text",
      "category_name": "text"
    }
  ]
}

Last updated