light-mode-image
Learn
MATTR VII PlatformEcosystems

Sync ecosystem

Synchronizes all configured consumptions and integrations by retrieving the most recent trust information. Analytic events

  • ECOSYSTEM_TENANT_SYNC_ALL_START
  • ECOSYSTEM_TENANT_SYNC_ALL_SUCCESS
  • ECOSYSTEM_TENANT_SYNC_ALL_FAIL

Roles

admindts-provider
POST/v1/ecosystems/sync
AuthorizationBearer <token>

In: header

Response Body

curl -X POST "https://example.vii.au01.mattr.global/v1/ecosystems/sync"
{
  "tenantConfiguration": {
    "ecosystems": [
      {
        "url": "https://example.vii.au01.mattr.global/v1/ecosystems/489755c9-1d74-4f59-a127-db7105667bfe"
      }
    ]
  },
  "integrations": [
    {
      "format": "MATTR",
      "url": "https://example.vii.au01.mattr.global/v1/ecosystems/489755c9-1d74-4f59-a127-db7105667bfe/policy",
      "enabled": true
    }
  ]
}
{
  "code": "string",
  "message": "string",
  "details": [
    {
      "value": "string",
      "msg": "Invalid value",
      "param": "id",
      "location": "body"
    }
  ]
}

How would you rate this page?