light-mode-image
Learn
MATTR VII PlatformConfiguration

Retrieve ecosystem configuration

Retrieves the tenant's ecosystem configuration.

Analytic events

  • ECOSYSTEM_CONFIG_RETRIEVE_START
  • ECOSYSTEM_CONFIG_RETRIEVE_SUCCESS
  • ECOSYSTEM_CONFIG_RETRIEVE_FAIL
GET/v1/config/ecosystems

Authorization

bearerAuth

AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

curl -X GET "https://example.vii.au01.mattr.global/v1/config/ecosystems"
{
  "ecosystems": [
    {
      "url": "https://example.vii.au01.mattr.global/v1/ecosystems/cdd42cec-e961-447c-9083-1312ee316053"
    }
  ],
  "isIssuanceRestricted": false,
  "isVerificationRestricted": false
}
{
  "code": "string",
  "message": "string",
  "details": [
    {
      "value": "string",
      "msg": "Invalid value",
      "param": "id",
      "location": "body"
    }
  ]
}
Empty

How would you rate this page?