v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

List App Badges

List all badges available in an application

get/applications/{client_id}/badges/

Path parameters

client_idstring required

Query parameters

reward_item_idstring

Filter badges associated with the specified reward item

Response

200

countinteger
{"stackTrail":"paths:/applications/{client_id}/badges/:get:responses:200:content:application/json:schema:properties:next","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/applications/{client_id}/badges/:get:responses:200:content:application/json:schema:properties:previous","oasType":"schema","type":"unknown"}

Example response

{
  "count": 4,
  "results": [
    {
      "id": "9d17db41-477f-47e5-b5c8-e03fa1b0fa4d",
      "name": "Cool Badge",
      "description": "test",
      "badge_icon_url": "/media/assets/d545b7cb-b24a-456c-bc3e-c633901563bc.png",
      "mimetype": "application/octet-stream"
    }
  ]
}