Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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."