Skip to content
CalypsoAI
Search
K
Main Navigation
App
Product docs
Appearance
Menu
Return to top
Get available system providers.
GET
/backend/v1/providers/system
Get available system providers.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Responses
200
422
Successful Response
Content-Type
application/json
Schema
JSON
JSON
{
"providers"
:
[
{
"authTemplate"
:
"string"
,
"availability"
:
{
"global"
:
false
,
"projectIds"
:
[
[
]
]
}
,
"capabilities"
:
[
]
,
"hasLogo"
:
false
,
"id"
:
"string"
,
"inputs"
:
{
"additionalProperties"
:
"string"
}
,
"maxRequestsPerSecond"
:
"string"
,
"name"
:
"string"
,
"projectId"
:
"string"
,
"redTeam"
:
false
,
"requestConcurrencyLimit"
:
"string"
,
"secrets"
:
{
"additionalProperties"
:
"string"
}
,
"siem"
:
false
,
"systemProviderId"
:
"string"
,
"tag"
:
"string"
,
"template"
:
{
"awsAuth"
:
"string"
,
"body"
:
"string"
,
"headers"
:
{
"additionalProperties"
:
"string"
}
,
"json"
:
"string"
,
"method"
:
"string"
,
"ociAuth"
:
"string"
,
"outputs"
:
{
}
,
"queryParams"
:
{
"additionalProperties"
:
"string"
}
,
"timeout"
:
20
,
"type"
:
"request"
,
"url"
:
"string"
}
,
"type"
:
"string"
}
]
}
GET
/backend/v1/providers/system
Playground
Server
Select a server...
Authorization
HTTPBearer
Try it out
Samples
Powered by
VitePress OpenAPI