{ "opencollection": "1.0.0", "info": { "name": "v0 App agent notifications API", "version": "0" }, "items": [ { "info": { "name": "notifications", "type": "folder" }, "items": [ { "info": { "name": "notifications.deviceToken.create", "type": "http" }, "http": { "method": "POST", "url": "https://api.v0.dev/v1/notifications/device-token", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "notifications.deviceToken.{deviceId}.delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.v0.dev/v1/notifications/device-token/:deviceId", "params": [ { "name": "deviceId", "value": "", "type": "path", "description": "Path parameter \"deviceId\"" }, { "name": "cleanAll", "value": "", "type": "query", "description": "Query parameter \"cleanAll\"" }, { "name": "bundleId", "value": "", "type": "query", "description": "Query parameter \"bundleId\"" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "notifications.liveActivityUpdateToken.create", "type": "http" }, "http": { "method": "POST", "url": "https://api.v0.dev/v1/notifications/live-activity-update-token", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } } ] } ], "bundled": true }