light-mode-image
Learn
MATTR VII ManagementEnvironments

Retrieve environments

Retrieves a list of all available environments.

Analytics Events

ENVIRONMENT_RETRIEVE_LIST_STARTENVIRONMENT_RETRIEVE_LIST_SUCCESSENVIRONMENT_RETRIEVE_LIST_FAIL
GET/v1/environments
AuthorizationBearer <token>

In: header

Query Parameters

limit?number

Range size of returned list.

Default100
Range1 <= value <= 1000
cursor?string

Starting point for the list of entries.

Response Body

curl -X GET "https://manage.mattr.global/v1/environments?limit=2&cursor=Y3JlYXRlZEF0PTIwMjAtMDgtMjVUMDY6NDY6MDkuNTEwWiZpZD1h"
{
  "data": [
    {
      "id": "fa605282-0223-4ae0-831d-af368bc39a55",
      "name": "MATTR Public Sydney, Australia",
      "domain": "vii.au01.mattr.global",
      "authorizationServerDomain": "manage.auth.auth0.com",
      "deploymentModel": "public",
      "region": {
        "id": "70bb433a-f0ec-4297-ad76-3b09c71311f3",
        "name": "AU01",
        "displayName": "Sydney, Australia"
      }
    }
  ],
  "nextCursor": "Y3JlYXRlZEF0PTIwMjAtMDgtMjVUMDY6NDY6MDkuNTEwWiZpZD1hNjZmZmVhNS04NDhlLTQzOWQtODBhNC1kZGE1NWY1M2UzNmM"
}
{
  "code": "string",
  "message": "string",
  "details": [
    {
      "value": "string",
      "msg": "Invalid value",
      "param": "id",
      "location": "body"
    }
  ]
}
"Unauthorized"
Empty
Empty

How would you rate this page?