Responses

  • 200 application/json
    Hide response attributes Show response attributes object
    • uuid string

      UUID of the provider

    • The timestamp of when the resource was created.

    • The timestamp of when the resource was updated.

    • name string

      Provider name

    • slug string

      Provider name slug

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": "86b76099-87ae-48a8-8a89-04bda45eb2a2",
  "created_at": "2025-04-02T13:27:53+01:00",
  "updated_at": "2025-04-02T13:27:53+01:00"
}