Tags

Get a list of tagsDeprecated

SecurityApiKeyAuth or BearerAuth
Responses
200

A list of tags for the organization

get/v1/tags
Request samples
Response samples
application/json
{
  • "data": [
    • {
      • "id": "string",
      • "name": "string",
      • "color": "string"
      }
    ],
  • "paging": {
    • "cursors": {
      • "after": "string",
      • "before": "string"
      },
    • "next_page": "string",
    • "prev_page": "string"
    }
}