Skip to main content
GET
/
v1
/
providers
List stored provider credentials (masked)
curl --request GET \
  --url https://api.example.com/v1/providers \
  --header 'Authorization: Bearer <token>'
[
  {
    "keyHint": "3456",
    "updatedAt": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

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

Response

200 - application/json
provider
enum<string>
required
Available options:
anthropic,
openai,
bedrock,
vertex
status
enum<string>
required
Available options:
active,
disabled
keyHint
string
required

Last 4 characters of the primary secret, for display only

Example:

"3456"

updatedAt
string<date-time>
required