v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

Get an App Badge

Get the details of a specific badge

get/badges/{badge-id}/

Path parameters

badge-idstring required

The ID of the badge

Response

200

idstring
client_idstring
namestring
descriptionstring
badge_icon_urlstring
mimetypestring
filestring

Example response

{
  "id": "98475771-7d9b-4c88-86f9-70ab4b925e62",
  "client_id": "jV2LSongmdccPRL65M8GC6Z8lTievPsRsqsoSMiq",
  "name": "Sample Badge",
  "description": "Earned 100 silver coins inviting friends",
  "badge_icon_url": "https://cf-blast-storage.livelikecdn.com/assets/7df9c888-8ef8-4ea1-9257-a4e16d094507.jpeg",
  "mimetype": "application/octet-stream",
  "registered_links": [
    {
      "id": "170ba3f5-5c23-437b-890f-6758ceb05db8",
      "name": "Sponsor Activation",
      "link_url": "https://www.example.com",
      "client_id": " jV2LSongmdccPRL65M8GC6Z8lTievPsRsqsoSMiq"
    }
  ],
  "file": "https://cf-blast-storage.livelikecdn.com/assets/7df9c888-8ef8-4ea1-9257-a4e16d094507.jpeg"
}