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": "ac63ce63-75d0-47e3-98b5-5035af389fb6",
"colour": "#ef4582",
"created_at": "2026-02-10T15:18:35+00:00",
"updated_at": "2026-02-10T15:18:35+00:00"
}
]
}