providers

Get Provider Route

get/api/v1/providers/{provider_id}

Path parameters

provider_idstring uuid required

Headers

Authorizationstring nullable

Response

Successful Response

idstring uuid required
created_atstring date-time required
updated_atstring date-time required
org_idstring uuid required
namestring required
providerstring required
modelstring nullable required
paramsobject nullable required
has_api_tokenboolean required
credential_refstring nullable

Changes

Changed in 1 of the 6 revisions of this API.1

    • added the optional property credential_ref to the response with the 200 status

      response-optional-property-added