Skip to main content
GET
/
tags
List tags
curl --request GET \
  --url https://api.heffl.com/api/v2/tags \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "color": "<string>",
      "icon": "<string>"
    }
  ],
  "meta": {
    "hasMore": true,
    "nextCursor": "<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

OK

data
object[]
required
meta
object
required