Pular para o conteúdo principal
GET
/
v1.0
/
events
/
{id}
/
badges
Obter badges de um evento
curl --request GET \
  --url https://api.thatsme.com.br/api/v1.0/events/{id}/badges \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.thatsme.com.br/llms.txt

Use this file to discover all available pages before exploring further.

Autorizações

Authorization
string
header
obrigatório

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parâmetros de caminho

id
string
obrigatório

ID do evento

Parâmetros de consulta

limit
integer

Limite de resultados

offset
integer

Offset para paginação

Resposta

200

Badges do evento retornados com sucesso