cURL
curl --request GET \ --url https://service.thatsme.com.br/api/v1.0/badges \ --header 'Authorization: Bearer <token>'
{ "data": [ { "badge_id": "badge_123", "name": "Certificado de Participação", "description": "Badge para participantes", "assets": { "image_url": "https://example.com/badge.png" } } ], "total": 15, "limit": 50, "offset": 0 }
badge_id
Show items
Show properties