Last updated 2 years ago
Get list of categories
Limit
Current page number
Property to sort by
categoroy_name
Direction to sort
asc
desc
GET /v1/categories HTTP/1.1 Host: api.sandbox.horizonland.app Accept: */*
OK
{ "cursor": "text", "remaining": 1, "result": [ { "category_id": "text", "category_name": "text" } ] }
Get list of tags
tag_name
GET /v1/tags HTTP/1.1 Host: api.sandbox.horizonland.app Accept: */*