Organisation
The organisation is the top-level entity registered and using Glu.
Returns the organisation details that the API key is associated with.
Authorizations
Responses
200
Organisation resource
403
Forbidden
404
Not found
get
GET /organisation HTTP/1.1
Host: api.glu.io
x-api-key: YOUR_API_KEY
Accept: */*
{
"id": 1,
"hashId": "text",
"name": "text",
"createdAt": "2025-08-20T03:44:53.834Z",
"updatedAt": "2025-08-20T03:44:53.834Z",
"status": "active"
}