Collection
Get collection
Get collection
get/ecosystems/{ecosystem_id}/collections/{id}
Path parameters
ecosystem_idstring required
idstring required
ID of the record you are acting upon.
Response
Collection
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"
}
}
}