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
Example response
[
{
"id": "credprov_abc123xyz",
"provider_type": "onepassword",
"name": "my-1password",
"enabled": true,
"created_at": "2025-01-15T10:30:00Z",
"updated_at": "2025-01-15T10:30:00Z"
}
]