Credential Providers
Get credential provider by ID
Retrieve a credential provider by its ID.
get/org/credential_providers/{id}
Path parameters
idstring required
Credential provider ID
Response
Credential provider details
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"
}