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 Body

application/json

application/json

application/json

application/json

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"}