Skip to main content
GET
/
tags
List tags
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>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for authentication. Get yours at app.heffl.com/settings/developers

Query Parameters

type
enum<string>

Filter by tag type

Available options:
LEAD,
DEAL,
CLIENT,
CONTACT,
PROJECT,
PROJECT_TASK,
INVOICE,
QUOTATION

Response

200 - application/json

OK

items
object[]
required