{ "opencollection": "1.0.0", "info": { "name": "emnify REST subpackage_applicationTokens subpackage_systemEvents API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "subpackage_systemEvents", "type": "folder" }, "items": [ { "info": { "name": "List system events", "type": "http" }, "http": { "method": "GET", "url": "https://cdn.emnify.net/api/v1/event/system/configuration", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Returns a list of all available system events and their supported targeting options.\n" }, { "info": { "name": "Get a system event by ID", "type": "http" }, "http": { "method": "GET", "url": "https://cdn.emnify.net/api/v1/event/system/configuration/:system_event_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "system_event_id", "value": "", "type": "path" } ] }, "docs": "Retrieves a specific system event and its supported targeting options.\n" } ] } ], "bundled": true }