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": "3970238e-3385-4f6c-b968-37df8776f0b3",
"colour": "#ef4582",
"created_at": "2025-12-04T22:09:16+00:00",
"updated_at": "2025-12-04T22:09:16+00:00"
}
]
}