Pocket

List tags

Get all tags with usage count

GET
/api/v1/public/tags

Authorization

ApiKeyAuth

Response Body

application/json

curl -X GET "https://loading/api/v1/public/tags"
{
  "data": null,
  "error": "string",
  "pagination": {
    "has_more": true,
    "limit": 0,
    "page": 0,
    "total": 0,
    "total_pages": 0
  },
  "success": true
}