Add Support for XenForo REST API #31
Replies: 2 comments 1 reply
-
Hi, Can't wait to see this implemented as I am currently working on achievement system to integrate to my poker game. |
Beta Was this translation helpful? Give feedback.
-
Hi, Any news when the REST API will be available? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Some forum administrators may wish to issue badges from third party sources; Here is a template of API functions we could offer.
badges:give
Required Variables:
badge_id
,user_id
Optional Variables:
reason
Give a badge to a user.
Super User Key Required
badges:take
Variables:
badge_id
,user_id
Take a badge from a user.
Super User Key Required
badges:categories
Get a list of badge categories with badge counts.
badges:list
Optional Super User Key Variables:
user_id
,category_id
Get a list of badges to a specific user, or a list of badges specific to a category. This endpoint only provides the badges of the user key requesting; Super User Keys can request a list from specific users.
Beta Was this translation helpful? Give feedback.
All reactions