cURL
curl --request GET \ --url https://{host}/api/org/info \ --header 'X-API-Token: <api-key>'
{ "orgName": "Example Corporation Pty. Ltd." }
Retrieve information about the authenticated user/organization
API key for authentication
Successful response with user/organization information
The name of the organization
"Example Corporation Pty. Ltd."