light-mode-image
Learn
API ReferenceEcosystems

Sync ecosystem

Roles

admindts-provider
POST/v1/ecosystems/sync

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

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

curl -X POST "https://example.com/v1/ecosystems/sync"
{  "tenantConfiguration": {    "ecosystems": [      {        "url": "string"      }    ]  },  "integrations": [    {      "format": "MATTR",      "url": "string",      "enabled": true    }  ]}

How would you rate this page?