Headers
-
Content-Type
string -
Accept
string
Path parameters
-
uuid
string Required
GET
/api/v1/providers/{uuid}
curl \
--request GET 'https://api.plannrcrm.com/api/v1/providers/uuid' \
--header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json"
Response examples (200)
{
"name": "AJ Bell",
"slug": "aj-bell",
"uuid": "6e9f9418-dd20-4820-8f5d-849e9b9abbe8",
"created_at": "2025-04-22T13:44:15+01:00",
"updated_at": "2025-04-22T13:44:15+01:00"
}