curl -i -X GET \ /v1/tags \ -H 'Authorization: YOUR_API_KEY_HERE'
A list of tags for the organization
{ "data": [ { … } ], "paging": { "cursors": { … }, "next_page": "string", "prev_page": "string" } }