List ecosystems.

Details

List ecosystems.

Both account and server tokens may be used to run this endpoint.

Parameters

None

Responses

200

{
    "items": [
        {
            "createdAt": "YYYY-MM-DD HH:MM:SS ENCODED",
            "id": "ECOSYSTEM-ID",
            "meta": {}
        }
    ]
}

400

  • No Query String Allowed: The standard error structure defines this error as invalid parameters, with additional parameters in the query string. In this context, it means that no query string is allowed at all when calling this endpoint.

Examples

HTTP

GET https://ioe.droplit.io/api/ecosystems HTTP/1.1
authorization: TOKEN

Droplit Console

droplit ecosystem list

Droplit SDK

droplit.ecosystems.list();
Language
Authorization
Header
Click Try It! to start a request and see the response here!