Get an individual provider
Headers
-
Content-Type string
-
Accept string
GET
/api/v1/providers/{uuid}
curl \
-X GET https://api.plannrcrm.com/api/v1/providers/uuid \
-H "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"
Response examples (200)
{
"name": "AJ Bell",
"slug": "aj-bell",
"uuid": "fe693d22-4c50-4bdd-9adc-9e1bfdbbb7aa",
"created_at": "2025-01-17T11:18:27+00:00",
"updated_at": "2025-01-17T11:18:27+00:00"
}