Skip to main content
GET
/
organizations
/
current
Get current organization
curl --request GET \
  --url https://app.azalt.co/api/v1/organizations/current \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "ownerId": "<string>",
  "settings": {
    "hasOpenaiApiKey": true,
    "hasAnthropicApiKey": true,
    "requireFormAssignment": [
      "VIEWER"
    ],
    "defaultFormWorkflow": {
      "type": "DIRECT_APPROVAL"
    },
    "defaultDashboardStatuses": [
      "COMPLETED"
    ],
    "siteSelectorTemplate": "<string>",
    "navigationTags": {
      "forms": [
        "<string>"
      ],
      "kpis": [
        "<string>"
      ],
      "dashboards": [
        "<string>"
      ]
    }
  },
  "adminSettings": {
    "showOrganizationLogo": true,
    "showPlatformLogo": true,
    "logoHeight": 123,
    "grayscaleLogo": true,
    "logoContrast": 123,
    "showOffset": true,
    "showMediaLibrary": true,
    "enableAiAssistant": true,
    "enableConversationHistory": true,
    "enableReportAiDrafting": true,
    "terminology": {}
  },
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful response

id
string
required
name
string
required
ownerId
string
required
settings
object
required
adminSettings
object
required
status
string