Skip to content

Tags

Get a list of tags
deprecated

Request

Security
ApiKeyAuth or BearerAuth
GET
/v1/tags
curl -i -X GET \
  /v1/tags \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

A list of tags for the organization

Bodyapplication/json
dataArray of objects(Tag)required
pagingobject(Paging)
Response
{ "data": [ {} ], "paging": { "cursors": {}, "next_page": "string", "prev_page": "string" } }