Organisation
The organisation is the top-level entity registered and using Glu.
Returns the organisation details that the API key is associated with.
Authorizations
x-api-keystringRequired
Value for the x-api-key header parameter.
Responses
200
Organisation resource
403
Forbidden
404
Not found
get
/organisationGET /organisation HTTP/1.1
Host: api.glu.io
x-api-key: YOUR_API_KEY
Accept: */*
{
"id": 1,
"hashId": "text",
"name": "text",
"createdAt": "2025-11-21T22:57:28.270Z",
"updatedAt": "2025-11-21T22:57:28.270Z",
"status": "active"
}Last updated