Category
List categories
List categories
get/ecosystems/{ecosystem_id}/categories
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
Categories
Example response
{
"status_code": 200,
"status": "OK",
"data": [
{
"count": 1
}
],
"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"
}
}