Skip to content
CalypsoAI
Search
K
Main Navigation
App
Product docs
Appearance
Menu
Return to top
Get organization.
GET
/backend/v1/org
Retrieves the organization details.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Responses
200
Successful Response
Content-Type
application/json
Schema
JSON
JSON
{
"org"
:
{
"adminRoleId"
:
"string"
,
"applicationUrl"
:
"string"
,
"disabled"
:
false
,
"entitlements"
:
"string"
,
"hasOwner"
:
false
,
"id"
:
"string"
,
"name"
:
"string"
,
"ownerRoleId"
:
"string"
,
"requireMfa"
:
false
}
}
GET
/backend/v1/org
Playground
Server
Select a server...
Authorization
HTTPBearer
Try it out
Samples
Powered by
VitePress OpenAPI