v1

latestOpenAPI 3.0.3Apache 2.02026-07-13123231.3 KB
Product

List products

List products

get/ecosystems/{ecosystem_id}/products

Path parameters

ecosystem_idstring required

Response

Products

status_codeinteger required

HTTP Response Status Code

statusstring required

HTTP Response Status

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