Passer au contenu principal
GET
/
v2
/
api
/
tags
List tags
curl --request GET \
  --url https://api.withallo.com/v2/api/tags \
  --header 'Authorization: <api-key>'
{
  "data": [
    {
      "id": "tag-abc123",
      "name": "qualified",
      "color": "#00AA00"
    },
    {
      "id": "tag-def456",
      "name": "follow_up",
      "color": "#FF8800"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://help.withallo.com/llms.txt

Use this file to discover all available pages before exploring further.

Scope requis : TAGS_READ
Retourne tous les tags en une seule reponse. Cet endpoint n’est pas pagine.

Autorisations

Authorization
string
header
requis

Réponse

List of tags

data
object[]