Product
List products
List products
get/ecosystems/{ecosystem_id}/products
Path parameters
ecosystem_idstring required
Response
Products
Example response
{
"status_code": 200,
"status": "OK",
"data": [
{
"id": "12345",
"sequence": 1,
"count": 1,
"logo": {
"id": "12345",
"content_type": "application/jpeg"
}
}
],
"meta": {
"items_on_page": 50,
"cursors": {
"previous": "em9oby1jcm06OnBhZ2U6OjE=",
"current": "em9oby1jcm06OnBhZ2U6OjI=",
"next": "em9oby1jcm06OnBhZ2U6OjM="
}
},
"links": {
"previous": "https://api.apideck.com/ecosystem/123abc/listings?cursor=em9oby1jcm06OnBhZ2U6OjE%3D",
"current": "https://api.apideck.com/ecosystem/123abc/listings",
"next": "https://api.apideck.com/ecosystem/123abc/listings?cursor=em9oby1jcm06OnBhZ2U6OjM"
}
}