Skip to main content
POST
/
v1
/
providers
/
{provider}
/
test
Test stored credentials with a minimal upstream call
curl --request POST \
  --url https://api.example.com/v1/providers/{provider}/test \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "reason": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

provider
enum<string>
required
Available options:
anthropic,
openai,
bedrock,
vertex

Response

200 - application/json
ok
boolean
required
reason
string