GET/org/credential_providers

List 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.

Range1 <= value <= 100
Default20
offset?integer

Offset the number of credential providers to return.

Range0 <= value
Default0
query?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"  }]