Skip to main content

URL
https://test-api.bvndle.com/api/v1/laas/badges/:id
Base URL
https://test-api.bvndle.com/api/v1/laas
HTTP Method
GET
Authorization Header
Bearer ACCESS_TOKEN

cURL
curl --request GET
'https://test-api.bvndle.com/api/v1/laas/badges/34d48345-18ab-4ba0-b9b7-07a7bf767666' \
--header 'Content-Type: application/json' \

{
  "status": "success",
  "message": "badge fetched",
  "data": {
    "id": "34d48345-18ab-4ba0-b9b7-07a7bf767666",
    "name": "shadow",
    "partner": {},
    "icon": null
  }
}