Tags

List tags

Returns every tag available to the authenticated user.

GET
/tag

Response Body

application/json

application/json

curl -X GET "https://example.com/tag"
[  {    "id": 1,    "name": "Events",    "description": "Company events and offsites."  }]
{  "code": "string",  "error": "string",  "issues": [    {      "message": "string",      "path": "string"    }  ]}