Skip to main content
GET
List organisations
  • limit and offset: the applied pagination window
  • total: total visible organisations in the catalogue
  • organisations: the current page of organisation metadata

Authorizations

Authorization
string
header
required

Bearer token authentication

Query Parameters

limit
integer
default:50

Limit the number of results

Required range: 1 <= x <= 250
offset
integer
default:0

Offset for pagination

Required range: x >= 0

Response

List of organisations

ok
boolean
Example:

true

limit
integer
Example:

50

offset
integer
Example:

0

total
integer
Example:

10

organisations
object[]
Last modified on July 26, 2026