v1

latestOpenAPI 3.0.0Proprietary - Commercial Use Only2026-08-06172139621.6 KB
Ecosystem

The given ecosystem is created.

A new ecosystem is created with the given name.

post/api/v2/ecosystems

Request body

Namestring required

Name of the new ecosystem. Certain non-alphanumeric characters may automatically be replaced by underscore (_) character. It cannot contain invalid characters:' " ) > ;

Example request

{
  "Name": "Financial Institutions"
}

Response

Success

EcosystemIdnumber

The id of newly created ecosystem

Example response

{
  "EcosystemId": 123
}