cURL
curl --request GET \ --url https://api.heffl.com/api/v1/tags \ --header 'x-api-key: <api-key>'
{ "items": [ { "id": 123, "name": "<string>", "color": "<string>", "type": "<string>" } ] }
Returns all tags for your team, optionally filtered by type.
API key for authentication. Get yours at app.heffl.com/settings/developers
Filter by tag type
LEAD
DEAL
CLIENT
CONTACT
PROJECT
PROJECT_TASK
INVOICE
QUOTATION
OK
Show child attributes