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

# /order



## OpenAPI

````yaml get /order
openapi: 3.0.0
info:
  title: Hub Marketplace API
  description: API for managing marketplace listings and keys
  version: '1.0'
  contact: {}
servers: []
security: []
tags:
  - name: listings
    description: ''
paths:
  /order:
    get:
      tags:
        - Order
      operationId: OrderController_listOrders
      parameters: []
      responses:
        '200':
          description: ''

````