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"}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}