Skip to main content
GET
/
v1
/
invoices
/
:id
Get Invoice Metadata
curl --request GET \
  --url https://api.finepdf.dev/v1/invoices/:id
{
  "id": "<string>",
  "url": "<string>",
  "status": "<string>"
}

Path Parameters

id
string
required
The unique ID of the invoice (e.g., inv_abc123).

Response

id
string
The invoice ID.
url
string
The direct download URL.
status
string
Status of the generation (completed, failed).