v1
latestOpenAPI 3.1.02026-07-24318141.2 MBList 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
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"
}
]
}