Skip to content

Get organization.

GET
/backend/v1/org

Retrieves the organization details.

Authorizations

HTTPBearer
TypeHTTP (bearer)

Responses

Successful Response
application/json
JSON
{
"org": {
"adminRoleId": "string",
"applicationUrl": "string",
"disabled": false,
"entitlements": "string",
"hasOwner": false,
"id": "string",
"name": "string",
"ownerRoleId": "string",
"requireMfa": false
}
}

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI

Updated at: