GET
/org/credential_providersList external credential providers configured for the organization.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Query Parameters
limit?integer
Limit the number of credential providers to return.
Range
1 <= value <= 100Default
20offset?integer
Offset the number of credential providers to return.
Range
0 <= valueDefault
0query?string
Case-insensitive substring match against credential provider name. IDs match by exact value.
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/org/credential_providers"[ { "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" }}Generate TOTP code GET
Returns the current 6-digit TOTP code for a credential with a configured totp_secret. Use this to complete 2FA setup on sites or when you need a fresh code.
Create a credential provider POST
Configure an external credential provider (e.g., 1Password) for automatic credential lookup.