MATTR VII PlatformEcosystems
Create ecosystem
Creates an ecosystem.
Analytics Events
ECOSYSTEM_CREATE_STARTECOSYSTEM_CREATE_SUCCESSECOSYSTEM_CREATE_FAIL
Roles
admindts-provider
POST
/v1/ecosystems
AuthorizationBearer <token>
In: header
namestring
The name of the ecosystem.
Length
1 <= length <= 50
integrations?array<MATTR Integration | VICAL Integration>
Details external trust sources which are integrated into the ecosystem. These can be either a different ecosystem or a VICAL.
Response Body
curl -X POST "https://example.vii.au01.mattr.global/v1/ecosystems" \ -H "Content-Type: application/json" \ -d '{ "name": "My Ecosystem" }'
{
"id": "87880d7e-a4d0-462e-8383-3f1e5e16865d",
"name": "My Ecosystem",
"integrations": [
{
"format": "MATTR",
"url": "https://example.vii.au01.mattr.global/v1/ecosystems/489755c9-1d74-4f59-a127-db7105667bfe/policy",
"enabled": true,
"integrationResult": {
"success": true,
"lastSyncedAt": "2024-09-10T02:28:36.550Z",
"lastModifiedAt": "2024-08-10T02:28:36.550Z",
"failReasons": [
{
"type": "UnknownVerificationError",
"message": "Unknown verification error occurred"
}
]
}
}
]
}
{
"code": "string",
"message": "string",
"details": [
{
"value": "string",
"msg": "Invalid value",
"param": "id",
"location": "body"
}
]
}
Empty
How would you rate this page?