Organisation

The organisation is the top-level entity registered and using Glu.

Retrieve the organisation

get

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

get
/organisation
GET /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