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
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"
}
}
]
}