Event Gateways
List all Event Gateways
Returns an array of gateway objects containing information about the Konnect Event Gateways.
get/v1/event-gateways
Query parameters
page[size]integer
Example:10
The maximum number of items to include per page. The last page of a collection may include fewer items.
page[after]string
Example:ewogICJpZCI6ICJoZWxsbyB3b3JsZCIKfQ
Request the next page of data, starting with the item after this parameter.
Filter documents returned in the response.
Response
A paginated list response for a collection of gateways.
Example response
{
"meta": {
"page": {
"size": 10
}
},
"data": [
{
"id": "7f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
"labels": {
"env": "test"
},
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z",
"min_runtime_version": "1.1",
"version": "v1.123"
}
]
}