GET
/api/v1/tag
curl \
--request GET 'https://api.plannrcrm.com/api/v1/tag' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"data": [
{
"name": "Mortgage",
"slug": "mortgage",
"uuid": "bd53e392-fdd3-4c62-b37e-9b681ea20895",
"colour": "#ef4582",
"created_at": "2025-11-17T21:14:39+00:00",
"updated_at": "2025-11-17T21:14:39+00:00"
}
]
}