API ReferenceEcosystems
Sync ecosystem
Roles
admindts-provider
POST
/v1/ecosystems/syncSynchronizes 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?
Delete ecosystem DELETE
Deletes an ecosystem by its ID. ### **Analytic events** * ECOSYSTEM_DELETE_START * ECOSYSTEM_DELETE_SUCCESS * ECOSYSTEM_DELETE_FAIL
Create ecosystem configuration POST
Creates an ecosystem configuration for the tenant. ### **Analytic events** * ECOSYSTEM_CONFIG_CREATE_START * ECOSYSTEM_CONFIG_CREATE_SUCCESS * ECOSYSTEM_CONFIG_CREATE_FAIL