Backups
Get all
GET
https://api.raindrop.io/rest/v1/backups
Useful to get backup ID's that can be used in /backup/{ID}.{format}
endpoint.
Sorted by date (new first)
Download file
GET
https://api.raindrop.io/rest/v1/backup/{ID}.{format}
For example:
https://api.raindrop.io/rest/v1/backup/659d42a35ffbb2eb5ae1cb86.csv
Path Parameters
Name | Type | Description |
---|---|---|
ID* | String | Backup ID |
format* | String | File format: |
Generate new
GET
https://api.raindrop.io/rest/v1/backup
Useful to create a brand new backup. This requires some time.
New backup will appear in the list of /backups
endpoint
Last updated