Headers
-
Content-Type string
-
Accept string
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": "dd0463c4-5313-444f-bf89-e1ae8f27355a",
"created_at": "2025-02-20T10:12:59+00:00",
"updated_at": "2025-02-20T10:12:59+00:00"
}