GET
/
api
/
v1
/
organisations
[
  {
    "organisation_id": "<string>",
    "name": "<string>",
    "user_current": false,
    "status": "<string>",
    "role": "member"
  }
]

Headers

authorization
string | null

Response

200
application/json

Successful Response

The response is of type OrganisationSummary · object[].