get https://api.lumeo.com/v1/apps//gateways
List all the gateways assigned to this application.
Log in to see full request history
Response
List all the gateways assigned to this application.
xxxxxxxxxx
curl --request GET \
--url 'https://api.lumeo.com/v1/apps/application_id/gateways?pagination=cursor&include_tagged_with_descendants=false&only_untagged=false' \
--header 'accept: application/json'
xxxxxxxxxx
{
"pagination": "cursor",
"next_cursor": "eyJkYXRldGltZSI6BENEYzNzQ0IiwidHlwZSI6Ik5leHQifQ==",
"prev_cursor": "eyJkYXhUMTY6Mjk6NTcuODg3MjAyWiIsInBhcmFtX2hhc2gi==",
"next_cursor_url": "https://lumeo.com/v1/example?pagination=cursor&next_cursor=eyJkYXRldGltZSI6BENEYzNzQ0IiwidHlwZSI6Ik5leHQifQ==",
"prev_cursor_url": "https://lumeo.com/v1/example?pagination=cursor&next_cursor=eyJkYXhUMTY6Mjk6NTcuODg3MjAyWiIsInBhcmFtX2hhc2gi==",
"page_elements": 10
}