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

# GET /invoices/{id}/download_cfdi.xml



## OpenAPI

````yaml /openapi/nimbo_facturacion.yml get /invoices/{id}/download_cfdi.xml
openapi: 3.0.0
info:
  title: Nimbo billing
  version: 1.0.0
  description: >-
    Nimbo API reference. Use the API host and integration access provided by
    Nimbo.
servers:
  - url: https://api.example.test
    description: Reference only; confirm your integration host with Nimbo
security: []
paths:
  /invoices/{id}/download_cfdi.xml:
    get:
      summary: GET /invoices/{id}/download_cfdi.xml
      operationId: legacy_nimbo_facturacion_get__invoices_id_download_cfdi_xml
      parameters:
        - name: token
          in: query
          schema:
            type: string
        - name: id
          in: path
          required: true
          schema:
            type: string
      responses:
        '200':
          description: Successful response

````