Skip to main content

Badge List

This endpoint retrieves a list of badges associated with the authenticated user.

Method

GET /user/badges/:leaderID

Response

{
"status": 200,
"data": [
{
"badge_id": "string",
"state":<number>,
}
]
}

Badge States

StateDescription
1Active & Visible (user has this badge and user wants it visible)
2Active & Hidden (user has this badge but user wants it hidden)
3Revoked & Hidden (user does not have this badge anymore and wants it hidden even in the future)