API ReferenceEcosystem Configuration
Create ecosystem configuration
POST
/v1/config/ecosystemsCreates an ecosystem configuration for the tenant.
Roles
admindts-consumer
Analytics Events
ECOSYSTEM_CONFIG_CREATE_STARTECOSYSTEM_CONFIG_CREATE_SUCCESSECOSYSTEM_CONFIG_CREATE_FAIL
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/v1/config/ecosystems" \ -H "Content-Type: application/json" \ -d '{}'{ "ecosystems": [ { "url": "string" } ], "isIssuanceRestricted": true, "isVerificationRestricted": true}How would you rate this page?