badge_achievements

Create a badge achievement

Award a badge to a user. Requires administrator privileges.

Integration Tips:

  • user_id: The numeric ID of the user receiving the badge.
  • badge_id: The numeric ID of the badge being awarded.
  • rewarding_context_message_markdown: Optional personalized message shown in the notification or profile feed to explain why the user was awarded the badge.
post/api/badge_achievements

Request body

Response

created

idinteger required
user_idinteger required
badge_idinteger required
rewarding_context_message_markdownstring nullable
include_default_descriptionboolean
created_atstring date-time required
updated_atstring date-time required

Changes