> ## 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 Badge



## OpenAPI

````yaml GET /badges/{id}
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/{id}:
    get:
      tags:
        - Misc
      summary: List a badge
      operationId: Listabadge
      parameters:
        - name: id
          in: path
          description: ''
          required: true
          style: simple
          schema:
            type: integer
            format: int32
            example: 1
      responses:
        '200':
          description: ''
          headers: {}
      deprecated: false
      security: []

````