Watch History
Fire this api to show or remove from watchhistory.
Show all item of watch history
api/watchhistory
GET
https://yourdomain.com/api/watchhistory
This endpoint allows you to show all movies and seasons in wishlist.
Query Parameters
secret
string
Client secret key will goes here which you get from admin panel.
Headers
Authorization*
string
Bearer { bearer_token without bracket }
Accept*
string
application/json
Add item in watch history
api/addwatchhistory
GET
https://yourdomain.com/api/addwatchhistory
This endpoint allows you to add movie,tvseries in watchhistory.
Path Parameters
type*
string
enter movie / tvseries type like M , T
id*
integer
ID of movie / tvseries
Query Parameters
secret
string
Client secret key will goes here which you get from admin panel.
Headers
Authorization*
string
Bearer { bearer_token without bracket }
Accept*
string
application/json
Remove item from watch history
api/delete_watchhistory
GET
https://yourdomain.com/api/delete_watchhistory
This endpoint allows you to remove movie / tvseries from watchhistory.
Path Parameters
type*
string
enter type of M / T
id*
integer
ID of movie / tvseries
Query Parameters
secret
string
Client secret key will goes here which you get from admin panel.
Headers
Authorization*
string
Bearer { bearer_token without bracket }
Accept*
string
application/json
All items removed from watch history
api/delete_watchhistory
GET
https://yourdomain.com/api/delete_watchhistory
This endpoint allows you to remove all items from watchhistory.
Query Parameters
secret
string
Client secret key will goes here which you get from admin panel.
Headers
Authorization*
string
Bearer { bearer_token without bracket }
Accept*
string
application/json
Last updated