Highlights
Single
highlight
object:Field | Type | Description |
---|---|---|
_id | String | Unique id of highlight |
text | String | Text of highlight (required) |
title | String | Title of bookmark |
color | String | Color of highlight.
Default yellow
Can be blue , brown , cyan , gray , green , indigo , orange , pink , purple , red , teal , yellow |
note | String | Optional note for highlight |
created | String | Creation date of highlight |
tags | Array | Tags list |
link | String | Highlighted page URL |
get
https://api.raindrop.io
/rest/v1/highlights
Get all highlights
get
https://api.raindrop.io
/rest/v1/highlights/{collectionId}
Get all highlights in a collection
get
https://api.raindrop.io
/rest/v1/raindrop/{id}
Get highlights of raindrop
put
https://api.raindrop.io
/rest/v1/raindrop/{id}
Add highlight
put
https://api.raindrop.io
/rest/v1/raindrop/{id}
Update highlight
put
https://api.raindrop.io
/rest/v1/raindrop/{id}
Remove highlight
Last modified 1yr ago