API Docs/Reference/Add Labels to Bookmarks
API Reference

Add Labels to Bookmarks

Add one or more labels to user bookmarks.

POSThttps://api.linkedmash.com/v1/labels/add

Header parameters

AuthorizationstringRequired

Your secret API key. Should be provided as a Bearer token.

Body parameters

post_idsarray|stringRequired

IDs of the posts to label.

label_idstringOptional

ID of the label to add.

label_namestringOptional

Name of the label to add (if creating a new one).

Response

{
  "status": true,
  "data": {
    "success": true
  },
  "message": "Labels added to bookmarks"
}