Authenticated user
Get user
GET
https://api.raindrop.io/rest/v1/user
Get currently authenticated user details
Get user by name
GET
https://api.raindrop.io/rest/v1/user/{name}
Get's publicly available user details
Path Parameters
name*
number
Username
Update user
PUT
https://api.raindrop.io/rest/v1/user
To change email, config, password, etc... you can do it from single endpoint
Request Body
groups
array
config
object
newpassword
string
oldpassword
string
fullName
string
string
Connect social network account
GET
https://api.raindrop.io/rest/v1/user/connect/{provider}
Connect social network account as sign in authentication option
Path Parameters
provider
string
facebook
google
twitter
vkontakte
dropbox
or gdrive
Disconnect social network account
GET
https://api.raindrop.io/rest/v1/user/connect/{provider}/revoke
Disconnect social network account from available authentication options
Path Parameters
provider
string
facebook
google
twitter
vkontakte
dropbox
or gdrive
Last updated
Was this helpful?