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": "97db26eb-ec70-4d31-8667-6a4ac945c120",
"colour": "#ef4582",
"created_at": "2026-02-26T15:22:27+00:00",
"updated_at": "2026-02-26T15:22:27+00:00"
}
]
}