{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens Notifications API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Notifications", "type": "folder" }, "items": [ { "info": { "name": "List notification channels", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/notification_channels", "params": [ { "name": "page", "value": "", "type": "query", "description": "Consolidated page parameter (deepObject style). Originally: page[number], page[size]" }, { "name": "filter", "value": "", "type": "query", "description": "Consolidated filter parameter (deepObject style). Originally: filter[associated_record_type][eq], filter[channel_type_id][eq], filter[notification_profile_id][eq], filter[notification_channel][eq], filter[notification_event_condition_id][eq], filter[status][eq]" } ] }, "docs": "List notification channels." }, { "info": { "name": "Create a notification channel", "type": "http" }, "http": { "method": "POST", "url": "https://api.telnyx.com/v2/notification_channels", "body": { "type": "json", "data": "{}" } }, "docs": "Create a notification channel." }, { "info": { "name": "Get a notification channel", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/notification_channels/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the resource." } ] }, "docs": "Get a notification channel." }, { "info": { "name": "Update a notification channel", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.telnyx.com/v2/notification_channels/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a notification channel." }, { "info": { "name": "Delete a notification channel", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.telnyx.com/v2/notification_channels/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the resource." } ] }, "docs": "Delete a notification channel." }, { "info": { "name": "List all Notifications Events Conditions", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/notification_event_conditions", "params": [ { "name": "page", "value": "", "type": "query", "description": "Consolidated page parameter (deepObject style). Originally: page[number], page[size]" }, { "name": "filter", "value": "", "type": "query", "description": "Consolidated filter parameter (deepObject style). Originally: filter[associated_record_type][eq], filter[channel_type_id][eq], filter[notification_profile_id][eq], filter[notification_channel][eq], filter[notification_event_condition_id][eq], filter[status][eq]" } ] }, "docs": "Returns a list of your notifications events conditions." }, { "info": { "name": "List all Notifications Events", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/notification_events", "params": [ { "name": "page", "value": "", "type": "query", "description": "Consolidated page parameter (deepObject style). Originally: page[number], page[size]" } ] }, "docs": "Returns a list of your notifications events." }, { "info": { "name": "List all Notifications Profiles", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/notification_profiles", "params": [ { "name": "page", "value": "", "type": "query", "description": "Consolidated page parameter (deepObject style). Originally: page[number], page[size]" } ] }, "docs": "Returns a list of your notifications profiles." }, { "info": { "name": "Create a notification profile", "type": "http" }, "http": { "method": "POST", "url": "https://api.telnyx.com/v2/notification_profiles", "body": { "type": "json", "data": "{}" } }, "docs": "Create a notification profile." }, { "info": { "name": "Get a notification profile", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/notification_profiles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the resource." } ] }, "docs": "Get a notification profile." }, { "info": { "name": "Update a notification profile", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.telnyx.com/v2/notification_profiles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a notification profile." }, { "info": { "name": "Delete a notification profile", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.telnyx.com/v2/notification_profiles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the resource." } ] }, "docs": "Delete a notification profile." }, { "info": { "name": "List notification settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/notification_settings", "params": [ { "name": "page", "value": "", "type": "query", "description": "Consolidated page parameter (deepObject style). Originally: page[number], page[size]" }, { "name": "filter", "value": "", "type": "query", "description": "Consolidated filter parameter (deepObject style). Originally: filter[associated_record_type][eq], filter[channel_type_id][eq], filter[notification_profile_id][eq], filter[notification_channel][eq], filter[notification_event_condition_id][eq], filter[status][eq]" } ] }, "docs": "List notification settings." }, { "info": { "name": "Add a Notification Setting", "type": "http" }, "http": { "method": "POST", "url": "https://api.telnyx.com/v2/notification_settings", "body": { "type": "json", "data": "{}" } }, "docs": "Add a notification setting." }, { "info": { "name": "Get a notification setting", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/notification_settings/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the resource." } ] }, "docs": "Get a notification setting." }, { "info": { "name": "Delete a notification setting", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.telnyx.com/v2/notification_settings/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the resource." } ] }, "docs": "Delete a notification setting." } ] } ], "bundled": true }