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": [
{
"name": "AJ Bell",
"slug": "aj-bell",
"uuid": "1ec14a03-63a2-4c83-9817-678b9de0d402",
"created_at": "2025-07-17T16:23:16+01:00",
"updated_at": "2025-07-17T16:23:16+01:00"
}
]
}