{ "opencollection": "1.0.0", "info": { "name": "Dropbox API Reference Account Team > Namespaces API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Team > Namespaces", "type": "folder" }, "items": [ { "info": { "name": "Dropbox namespaces/list", "type": "http" }, "http": { "method": "POST", "url": "https://api.dropbox.com/2/team/namespaces/list", "headers": [ { "name": "Content-Type", "value": "application/json" } ] }, "docs": "[namespaces/list](https://www.dropbox.com/developers/documentation/http/teams#team-namespaces-list)\n\nscope: `team_data.member`\n\nReturns a list of all team-accessible namespaces. This list includes team folders, shared folders containing team members, team members' home namespaces, and team members' app folders. Home namespaces and app folders are always owned by this team or members of the team, but shared folders may be owned by other users or other teams. Duplicates may occur in the list." }, { "info": { "name": "Dropbox namespaces/list/continue", "type": "http" }, "http": { "method": "POST", "url": "https://api.dropbox.com/2/team/namespaces/list/continue", "headers": [ { "name": "Content-Type", "value": "application/json" } ] }, "docs": "[namespaces/list/continue](https://www.dropbox.com/developers/documentation/http/teams#team-namespaces-list-continue)\n\nscope: `team_data.member`\n\nOnce a cursor has been retrieved from `namespaces/list`, use this to paginate through all team-accessible namespaces. Duplicates may occur in the list." } ] } ], "bundled": true }