Product
List product listings
List product listings
get/ecosystems/{ecosystem_id}/products/{id}/listings
Path parameters
ecosystem_idstring required
idstring required
ID of the record you are acting upon.
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
Listings
Example response
{
"status_code": 200,
"status": "OK",
"data": [
{
"id": "12345",
"external_id": "12345",
"card_background_image": {
"id": "12345",
"content_type": "application/jpeg"
},
"categories": [
{
"count": 1
}
],
"collections": [
{
"card_background_image": {
"id": "12345",
"content_type": "application/jpeg"
},
"count": 1,
"logo": {
"id": "12345",
"content_type": "application/jpeg"
}
}
],
"media": [
{
"id": "12345",
"caption": "Media",
"sequence": 1
}
],
"partner": {
"id": "12345",
"contacts": [
{
"id": "12345"
}
],
"icon": {
"id": "12345",
"content_type": "application/jpeg"
}
},
"products": [
{
"id": "12345",
"sequence": 1,
"count": 1,
"logo": {
"id": "12345",
"content_type": "application/jpeg"
}
}
],
"screenshots": [
{
"id": "12345",
"caption": "Screenshot",
"file": {
"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"
}
}