Skip to content

Get organizations.

GET
/backend/v1/orgs

Retrieves the organizations details.

Authorizations

HTTPBearer
TypeHTTP (bearer)

Responses

Successful Response
application/json
JSON
{
"orgs": [
{
"adminRoleId": "string",
"applicationUrl": "string",
"disabled": false,
"entitlements": "string",
"features": {
"blueTeam": {
"customScanners": {
"enabled": true,
"maxConcurrentCustom": 10,
"maxConcurrentVendored": 50
},
"enabled": true,
"legacyScanners": false
},
"redTeam": {
"enabled": false
}
},
"hasOwner": false,
"id": "string",
"name": "string",
"ownerRoleId": "string",
"requireMfa": false
}
]
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI

Updated at: