GET
/api/v1/providers
curl \
--request GET 'https://api.plannrcrm.com/api/v1/providers' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
"data": [
{
"uuid": "1b691d6d-23c3-4904-aba8-ab20dbf81ee4",
"created_at": "2026-06-29T13:21:55+01:00",
"updated_at": "2026-06-29T13:21:55+01:00",
"name": "AJ Bell",
"slug": "aj-bell"
}
]
}