Tags

Get tags

GET https://api.raindrop.io/rest/v1/tags/{collectionId}

Path Parameters

{
    "result": true,
    "items": [
        {
            "_id": "api",
            "count": 100
        }
    ]
}

Rename tag

PUT https://api.raindrop.io/rest/v1/tags/{collectionId}

Path Parameters

Request Body

{
    "result": true
}

Merge tags

PUT https://api.raindrop.io/rest/v1/tags/{collectionId}

Basically this action rename bunch of tags to new name (replace field)

Path Parameters

Request Body

{
    "result": true
}

Remove tag(s)

DELETE https://api.raindrop.io/rest/v1/tags/{collectionId}

Path Parameters

Request Body

{
    "result": true
}

Last updated