Pular para o conteúdo principal
GET
/
v1.0
/
badges
Listar Badges
curl --request GET \
  --url https://api.thatsme.com.br/api/v1.0/badges \
  --header 'Authorization: Bearer <token>'

Autorizações

Authorization
string
header
obrigatório

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

Parâmetros de consulta

limit
integer

Quantidade máxima de badges retornados por página

offset
integer

Posição inicial da listagem para paginação

Resposta

Lista de badges retornada com sucesso