Public API v1.0

Hack, integrate and extend Raindrop.io

Rustem Mussabekov
Raindrop.io Blog
Published in
2 min readFeb 13, 2020

--

Now it’s possible to interact programmatically with your bookmarks, collections, tags and other Raindrop.io data.

Integrate into your own or 3rd party applications (like Alfred) or create fully featured Raindrop.io client app (for example for terminal 😎)!

Documentation

Documentation can be found here: Raindrop.io API

If you have any questions write me to info@raindrop.io

API Documentation

Create and manage your apps

Any integration require to have registered app. You can do this from management console

To start developing your solution faster you could use “Test token”. That way you don’t need to implement all authentication steps. Just copy this token and start making API calls. This token gives access to your account data.

What about IFTTT, Zapier?

I know many of you waiting for those integrations. They are both require “webhooks”. Webhooks not ready yet, but I will try to implement them in next few months.

Can’t wait to see what you can do with API! Most interesting one will be featured in Showcase

--

--