Get Organisations

Get Organisations list

GET https://environment.monterosa.cloud/v2/organisations

Headers

NameTypeDescription

Content-Type

string

application/vnd.api+json

Authorization

string

Bearer token

{
  "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": {
        "brands": {
          "links": {
            "related": "https://environment.lvis.io/api/v2/organisations/665d5c0e-0cc4-44d7-b28d-5d3c8dba3466/brands"
          }
        },
        "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

curl --request GET \
  --url https://environment.monterosa.cloud/api/v2/organisations \
  --header 'Authorization: Bearer JmsmU5gZb6xNVUgQGoKcQLvQjRhKAUSb' \
  --header 'Content-Type: application/vnd.api+json'