---
title: "Retrieves a URL to an online invoice"
method: GET
path: "/Invoices/{InvoiceID}/OnlineInvoice"
tags: ["Accounting"]
---

# Retrieves a URL to an online invoice

`GET /Invoices/{InvoiceID}/OnlineInvoice`

## Path parameters

- `InvoiceID` string, uuid, required

## Response `200`

Success - return response of type OnlineInvoice array with one OnlineInvoice

- OnlineInvoices
  - `OnlineInvoices` OnlineInvoice[]
    - `OnlineInvoiceUrl` string — the URL to an online invoice

---

[API](https://skmtc.net/xeroapi/apis/xero-accounting-api.md) · [All operations](https://skmtc.net/xeroapi/apis/xero-accounting-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xeroapi/xero-accounting-api/versions/dc231cafd8de/schema)
