Skip to main content
GET
/
api
/
org
/
info
Get Info (whoami)
curl --request GET \
  --url https://{host}/api/org/info \
  --header 'X-API-Token: <api-key>'
{
  "orgName": "Example Corporation Pty. Ltd."
}

Authorizations

X-API-Token
string
header
required

API key for authentication

Response

Successful response with user/organization information

orgName
string

The name of the organization

Example:

"Example Corporation Pty. Ltd."