v1

latestOpenAPI 3.0.3Apache 2.02026-07-13123231.3 KB
Collection

List collections

List collections

get/ecosystems/{ecosystem_id}/collections

Path parameters

ecosystem_idstring required

Query parameters

cursorstring nullable

Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response.

limitinteger

Number of records to return

Response

Collections

status_codeinteger required

HTTP Response Status Code

statusstring required

HTTP Response Status

Example response

{
  "status_code": 200,
  "status": "OK",
  "data": [
    {
      "card_background_image": {
        "id": "12345",
        "content_type": "application/jpeg"
      },
      "count": 1,
      "logo": {
        "id": "12345",
        "content_type": "application/jpeg"
      }
    }
  ]
}