{ "opencollection": "1.0.0", "info": { "name": "emnify REST subpackage_applicationTokens subpackage_customEvents API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "subpackage_customEvents", "type": "folder" }, "items": [ { "info": { "name": "List custom events", "type": "http" }, "http": { "method": "GET", "url": "https://cdn.emnify.net/api/v1/event/custom/configuration", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Returns a list of all available custom events and their supported targeting options.\n" }, { "info": { "name": "Deploy custom event", "type": "http" }, "http": { "method": "POST", "url": "https://cdn.emnify.net/api/v1/event/custom/configuration", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deploys a custom event with the specified configuration.\n" }, { "info": { "name": "Get a custom event by ID", "type": "http" }, "http": { "method": "GET", "url": "https://cdn.emnify.net/api/v1/event/custom/configuration/:custom_event_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "custom_event_id", "value": "", "type": "path" } ] }, "docs": "Retrieves a specific custom event and its supported targeting options.\n" }, { "info": { "name": "Delete custom event", "type": "http" }, "http": { "method": "DELETE", "url": "https://cdn.emnify.net/api/v1/event/custom/configuration/:custom_event_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "custom_event_id", "value": "", "type": "path" } ] }, "docs": "Deletes a custom event with the specified configuration.\n" }, { "info": { "name": "List custom event templates", "type": "http" }, "http": { "method": "GET", "url": "https://cdn.emnify.net/api/v1/event/custom/template", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Returns a list of all available custom event templates and their possible configuration parameters.\n" }, { "info": { "name": "Get a custom event template by ID", "type": "http" }, "http": { "method": "GET", "url": "https://cdn.emnify.net/api/v1/event/custom/template/:template_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "template_id", "value": "", "type": "path" } ] }, "docs": "Retrieves a specific custom event template and its possible configuration parameters.\n" } ] } ], "bundled": true }