curl --request GET \
--url https://api.example.com/api/ecosystems \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 123,
"slug": "<string>",
"name": "<string>",
"description": "<string>",
"filter": "<string>",
"region": "<string>",
"image_url": "<string>",
"partner_logos": [
{
"name": "<string>",
"url": "<string>",
"image_url": "<string>"
}
],
"tabs_config": {},
"is_active": true,
"sort_order": 123
}
],
"page": {
"limit": 123,
"offset": 123,
"total": 123
}
}curl --request GET \
--url https://api.example.com/api/ecosystems \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 123,
"slug": "<string>",
"name": "<string>",
"description": "<string>",
"filter": "<string>",
"region": "<string>",
"image_url": "<string>",
"partner_logos": [
{
"name": "<string>",
"url": "<string>",
"image_url": "<string>"
}
],
"tabs_config": {},
"is_active": true,
"sort_order": 123
}
],
"page": {
"limit": 123,
"offset": 123,
"total": 123
}
}Auth0 JWT access token
Number of results to return (1-2000, default 25)
"25"
"0"