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:
leads,
deals,
clients,
contacts,
projects,
project_tasks,
invoices,
quotations,
schedules,
fs_jobs,
purchase_orders,
vendors,
bills

Response

200 - application/json

OK

items
object[]
required