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

# doge



## OpenAPI

````yaml https://raw.githubusercontent.com/webhookx-io/webhookx/refs/heads/main/openapi.yml get /license
openapi: 3.0.3
info:
  title: WebhookX Admin API
  contact:
    name: WebhookX
    url: https://github.com/webhookx-io/webhookx
  license:
    name: Apache 2.0
    url: https://www.apache.org/licenses/LICENSE-2.0.html
  version: 1.0.1
servers:
  - url: http://localhost:9601
security: []
paths:
  /license:
    get:
      summary: doge
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: object
                properties:
                  id:
                    type: string
                  plan:
                    type: string
                  customer:
                    type: string
                  expired_at:
                    type: string
                  created_at:
                    type: string
                  version:
                    type: string
                  signature:
                    type: string
              example:
                id: 00000000-0000-0000-0000-000000000000
                plan: free
                customer: anonymous
                expired_at: '2099-12-31T23:59:59Z'
                created_at: '1996-08-24T00:00:00Z'
                version: '1'
                signature: ''

````