light-mode-image
Learn
OverviewPlatformConfiguration

Retrieve ecosystem configuration

Retrieves the tenant's ecosystem configuration.

Analytics Events

ECOSYSTEM_CONFIG_RETRIEVE_STARTECOSYSTEM_CONFIG_RETRIEVE_SUCCESSECOSYSTEM_CONFIG_RETRIEVE_FAIL

Roles

admindts-consumer
GET/v1/config/ecosystems
AuthorizationBearer <token>

In: header

Response Body

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?