> ## Documentation Index
> Fetch the complete documentation index at: https://docs.brewit.money/llms.txt
> Use this file to discover all available pages before exploring further.

# Get All Badges



## OpenAPI

````yaml GET /badges
openapi: 3.0.0
info:
  title: Brewit API
  contact: {}
  version: '1.0'
servers:
  - url: https://api.brewit.money
    variables: {}
security: []
tags:
  - name: Misc
    description: ''
paths:
  /badges:
    get:
      tags:
        - Misc
      summary: List all badges
      operationId: Listallbadges
      parameters: []
      responses:
        '200':
          description: ''
          headers: {}
      deprecated: false
      security:
        - bearer: []
components:
  securitySchemes:
    bearer:
      type: http
      scheme: bearer

````