This API is used to add items from a subscriber’s watch 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 watch list.
This API need not be called from app side explicitly, since it is internally handled by MetaX.
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