Create a credential provider
Configure an external credential provider (e.g., 1Password) for automatic credential lookup.
/org/credential_providersConfigure an external credential provider (e.g., 1Password) for automatic credential lookup.
Authorization
bearerAuth In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Request to create an external credential provider
Response
Credential provider created successfully
An external credential provider (e.g., 1Password) for automatic credential lookup
curl -X POST "https://example.com/org/credential_providers" \ -H "Content-Type: application/json" \ -d '{ "provider_type": "onepassword", "name": "string", "token": "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" }}{ "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" }}