Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List tag definitions
cURL
curl --request GET \ --url https://api.sequenzy.com/api/v1/tags \ --header 'Authorization: Bearer <token>'
{ "success": true, "tags": [ { "id": "tag_abc123", "name": "premium", "color": "#f97316", "isSystem": false } ] }
curl "https://api.sequenzy.com/api/v1/tags" \ -H "Authorization: Bearer YOUR_API_KEY"