{
  "info": {
    "name": "Tax-Bridge API",
    "description": "Generated from openapi.json. Set {{baseUrl}} and {{apiKey}}.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.tax-bridge.cloud"
    },
    {
      "key": "apiKey",
      "value": "tbk_live_\u2026"
    }
  ],
  "item": [
    {
      "name": "Health",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/health",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "health"
          ]
        },
        "description": ""
      }
    },
    {
      "name": "Status",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/v1/status",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "v1",
            "status"
          ]
        },
        "description": ""
      }
    },
    {
      "name": "Demo Catalog",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/v1/demo/catalog",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "v1",
            "demo",
            "catalog"
          ]
        },
        "description": ""
      }
    },
    {
      "name": "Demo Fiscalize",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/v1/demo/fiscalize",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "v1",
            "demo",
            "fiscalize"
          ]
        },
        "description": ""
      }
    },
    {
      "name": "List Shops",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/v1/shops",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "v1",
            "shops"
          ]
        },
        "description": ""
      }
    },
    {
      "name": "Fiscalize",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/v1/fiscalize",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "v1",
            "fiscalize"
          ]
        },
        "description": ""
      }
    },
    {
      "name": "Get Invoice",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/v1/invoices/{request_id}",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "v1",
            "invoices",
            "{request_id}"
          ]
        },
        "description": ""
      }
    },
    {
      "name": "List Invoices",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/v1/invoices",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "v1",
            "invoices"
          ]
        },
        "description": ""
      }
    },
    {
      "name": "Tax Rates",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/v1/tax-rates",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "v1",
            "tax-rates"
          ]
        },
        "description": ""
      }
    }
  ]
}