Skip to content

Get provider.

GET
/backend/v1/providers/{provider}

Retrieves a provider by ID or name.

Authorizations

HTTPBearer
TypeHTTP (bearer)

Parameters

Path Parameters

provider*
Required

Query Parameters

configAt

Get the config at a given point in time.

Responses

Successful Response
application/json
JSON
{
"provider": {
"availability": {
"global": false,
"projectIds": [
[
]
]
},
"hasLogo": false,
"id": "string",
"inputs": {
},
"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": {
},
"json": "string",
"method": "string",
"outputs": {
},
"queryParams": {
"additionalProperties": "string"
},
"timeout": 20,
"type": "request",
"url": "string"
},
"type": "string"
}
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Updated at: