Organizing locations
14 endpoints, using GET, POST.
| Method | Endpoint | Path |
|---|---|---|
| GET | Default folder | /folders/default |
| GET | Get details of a folder | /folder-details |
| GET | List all folders | /folders/flat |
| GET | List all folders under an account in hierarchical structure | /folders/tree |
| GET | List all tags | /tags |
| GET | List locations by tags | /tags/locations |
| GET | List locations under a folder | /folder-locations |
| POST | Add location to a tag | /locations/tags |
| POST | Add locations to a folder | /locations/folders |
| POST | Create a new folder | /folders/create |
| POST | Delete a folder | /folders/delete |
| POST | Remove location from a tag | /locations/tags/remove |
| POST | Remove locations from a folder | /locations/folders/remove |
| POST | Rename a folder | /locations/folders/rename |