latestOpenAPI 3.1.02026-08-22154287463.4 KB

858365328f92

Credential Providers

List credential providers

List external credential providers configured for the organization.

get/org/credential_providers

Query parameters

limitinteger

Limit the number of credential providers to return.

offsetinteger

Offset the number of credential providers to return.

querystring

Case-insensitive substring match against credential provider name. IDs match by exact value.

Response

List of credential providers

created_atstring date-time required

When the credential provider was created

enabledboolean required

Whether the provider is enabled for credential lookups

idstring required

Unique identifier for the credential provider

namestring required

Human-readable name for this provider instance

priorityinteger required

Priority order for credential lookups (lower numbers are checked first)

provider_type'onepassword' required

Type of credential provider

updated_atstring date-time required

When the credential provider was last updated

Example response

[
  {
    "created_at": "2025-01-15T10:30:00Z",
    "enabled": true,
    "id": "credprov_abc123xyz",
    "name": "my-1password",
    "provider_type": "onepassword",
    "updated_at": "2025-01-15T10:30:00Z"
  }
]