Credential Providers
Test credential provider connection
Validate the credential provider's token and list accessible vaults.
post/org/credential_providers/{id}/test
Path parameters
idstring required
Credential provider ID
Response
Connection test successful
Example response
{
"success": true,
"vaults": [
{
"id": "abc123xyz",
"name": "Shared Logins"
}
],
"error": "Invalid token"
}