This API is used to add items to a subscriber’s favorites list. Replace SUBSCRIBER_ID with the unique id of the subscriber and ASSET_ID with the unique id of the item to be added to the user’s favorites.
1 2 3 4 5 6 |
{ "code": 0, "result": "success", "status": "success", "message": "" } |
1 2 3 4 5 |
{ result: "error", message: "UNAUTHORIZED", reason: "No Authorization Token" } |
To see how to get access token - (see Getting Access Tokens)
HTTP Status 404