Block users and list of blocked users endpoint #336
-
Hi, I saw the website has been updated to be able to block users/members via comments. Would it be possible to have some endpoints to be able to handle that from 3rd party apps? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The APIs exist for this.
Block a comment user: Unblock a comment user: |
Beta Was this translation helpful? Give feedback.
The APIs exist for this.
last_activities
includescomments.blocked_at
to know when you need to re-sync the list of blocked members.https://trakt.docs.apiary.io/#reference/sync/last-activities/get-last-activity
/users/hidden/comments
https://trakt.docs.apiary.io/#reference/users/hidden-items/get-hidden-items
Block a comment user:
https://trakt.docs.apiary.io/#reference/users/add-hidden-items/add-hidden-items
Unblock a comment user:
https://trakt.docs.apiary.io/#reference/users/remove-hidden-items/remove-hidden-items