Skip to main content
POST
Test a saved credential

Authorizations

X-API-Key
string
header
required

Path Parameters

credential_id
string
required

Response

Successful Response

Result of a credential test. Returned with HTTP 200 for every test outcome, including failures and timeouts — inspect success and error rather than the status code. When success is false, error is one of: AUTH_FAILED, NETWORK, TIMEOUT, RATE_LIMITED, PERMISSION_DENIED, INVALID_CREDENTIALS_SHAPE, UNKNOWN. latency_ms measures the platform round-trip only.

success
boolean
required
error
string | null
required
details
string
required
latency_ms
integer
required
tested_at
string<date-time>
required