For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Organisations

Get Organisations list

GET /api/v2/organisations

Headers

Name
Type
Description

Authorization

string

Bearer token

Content-Type

string

application/vnd.api+json

{
  "data": [
    {
      "id": "665d5c0e-0cc4-44d7-b28d-5d3c8dba3466",
      "type": "organisations",
      "attributes": {
        "name": "M/IC",
        "image_url": "//d3mssdvj2sslxw.cloudfront.net/organisations/66/665d5c0e-0cc4-44d7-b28d-5d3c8dba3466/03rticleLarge.jpg"
      },
      "relationships": {
        "spaces": {
          "links": {
            "related": "https://environment.lvis.io/api/v2/organisations/665d5c0e-0cc4-44d7-b28d-5d3c8dba3466/spaces"
          }
        },
        "members": {
          "links": {
            "related": "https://environment.lvis.io/api/v2/organisations/665d5c0e-0cc4-44d7-b28d-5d3c8dba3466/members"
          }
        }
      },
      "links": {
        "self": "https://environment.lvis.io/api/v2/organisations/665d5c0e-0cc4-44d7-b28d-5d3c8dba3466"
      }
    }
  ]
}

Example

Last updated