{ "opencollection": "1.0.0", "info": { "name": "Gleap AI content Engagement Push Notification API", "version": "14.0.0" }, "items": [ { "info": { "name": "Engagement Push Notification", "type": "folder" }, "items": [ { "info": { "name": "Get all push notification", "type": "http" }, "http": { "method": "GET", "url": "https://api.gleap.io/v3/engagement/push-notifications", "headers": [ { "name": "project", "value": "" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all push notification" }, { "info": { "name": "Create a new push notification", "type": "http" }, "http": { "method": "POST", "url": "https://api.gleap.io/v3/engagement/push-notifications", "headers": [ { "name": "project", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new push notification" }, { "info": { "name": "Get a push notification", "type": "http" }, "http": { "method": "GET", "url": "https://api.gleap.io/v3/engagement/push-notifications/:pushNotificationId", "headers": [ { "name": "project", "value": "" } ], "params": [ { "name": "pushNotificationId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a push notification" }, { "info": { "name": "Update a push notification", "type": "http" }, "http": { "method": "PUT", "url": "https://api.gleap.io/v3/engagement/push-notifications/:pushNotificationId", "headers": [ { "name": "project", "value": "" } ], "params": [ { "name": "pushNotificationId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a push notification" }, { "info": { "name": "Delete a push notification", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.gleap.io/v3/engagement/push-notifications/:pushNotificationId", "headers": [ { "name": "project", "value": "" } ], "params": [ { "name": "pushNotificationId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a push notification" } ] } ], "bundled": true }