v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
Badges

Get A Specific User Badge

This endpoint retrieves the details of a specific badge that has been awarded to a particular user. <h3>Required Scope</h3>user_badges:read or user_badges:write

get/api/v2/user-badges/{id}

Path parameters

idstring required

The ID of the badge to retrieve.

Response

Success

Example response

{
  "data": {
    "type": "user-badges"
  }
}