List all alert routes in your account.
cURL
curl --request GET \ --url https://api.incident.io/v2/alert_routes
{ "alert_routes": [ { "enabled": false, "id": "01FCNDV6P870EA6S7TK1DSYDG0", "name": "Production incidents" } ], "pagination_meta": { "after": "01FCNDV6P870EA6S7TK1DSYDG0", "page_size": 25 } }
Number of alert routes to return per page
1 <= x <= 50
25
The ID of the last alert route on the previous page
"01FCNDV6P870EA6S7TK1DSYDG0"
OK response.
Show child attributes
[ { "enabled": false, "id": "01FCNDV6P870EA6S7TK1DSYDG0", "name": "Production incidents" }]
{ "after": "01FCNDV6P870EA6S7TK1DSYDG0", "page_size": 25}
Was this page helpful?
Contact support