{ "info": { "name": "Dropbox Notify A long-poll endpoint to wait for changes on an account.", "_postman_id": "bce47f5f-0cf4-47bb-bb78-c85c0978255b", "description": "A long-poll endpoint to wait for changes on an account. In conjunction with [/delta](https://www.dropbox.com/developers/core/docs#delta),\nthis call gives you a low-latency way to monitor an account for file changes.\n\nNote that this call goes to **api-notify.dropbox.com** instead of *api.dropbox.com*.\n\nUnlike most other API endpoints, this call does not require OAuth authentication. The passed in `cursor` can\nonly be acquired via an authenticated call to [/delta](https://www.dropbox.com/developers/core/docs#delta).", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/" }, "item": [ { "name": "Documents", "item": [ { "id": "475d72ec-de5d-493a-9019-04217932d0b9", "name": "a-longpoll-endpoint-to-wait-for-changes-on-an-account-in-conjunction-with-deltahttpswwwdropboxcomdev", "request": { "url": "http://api-notify.dropbox.com/1/longpoll_delta?cursor=%7B%7D&timeout=%7B%7D", "method": "GET", "body": { "mode": "raw" }, "description": "A long-poll endpoint to wait for changes on an account. In conjunction with [/delta](https://www.dropbox.com/developers/core/docs#delta),\nthis call gives you a low-latency way to monitor an account for file changes.\n\nNote that this call goes to **api-notify.dropbox.com** instead of *api.dropbox.com*.\n\nUnlike most other API endpoints, this call does not require OAuth authentication. The passed in `cursor` can\nonly be acquired via an authenticated call to [/delta](https://www.dropbox.com/developers/core/docs#delta)." }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "7bf72e00-2ba3-47fc-bd2a-a858f1db57d2" } ] } ] } ] }