How to create an Ecosystem
The first step in creating an Ecosystem is to create the overarching Ecosystem entity.
Request
Make a request of the following structure to create an Ecosystem:
HTTP
POST /v1/ecosystems
Request body
JSON
{
"name": "My Ecosystem"
}
name
: Enter a unique name for your ecosystem (maximum 50 characters).
Response
JSON
{
"id": "87880d7e-a4d0-462e-8383-3f1e5e16865d",
"name": "My Ecosystem"
}
id
: Unique identifier for the new ecosystem. This identifier is used when creating participants, credential types and policies.