Get credential provider by ID

Retrieve a credential provider by its ID.

GET/org/credential_providers/{id}

Retrieve a credential provider by its ID.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Credential provider ID

Response

application/json

Credential provider details

An external credential provider (e.g., 1Password) for automatic credential lookup

curl -X GET "https://example.com/org/credential_providers/string"
{  "id": "string",  "provider_type": "onepassword",  "name": "string",  "enabled": true,  "priority": 0,  "created_at": "2019-08-24T14:15:22Z",  "updated_at": "2019-08-24T14:15:22Z"}