v1
OpenAPI 3.0.02026-08-04109109370.6 KBInvoices
Get an invoice
Get a single invoice by the ID provided.
get/invoices/{id}
Path parameters
idstring required
Invoice ID
Response
Invoice
Example response
{
"invoices": [
{
"id": "789-quotes",
"type": "invoices",
"number": "1000-01",
"total": {
"amount": "3200.50",
"currency": "USD",
"formatted": "$3,200.50"
},
"validThroughTime": "2024-12-31T23:59:59Z",
"createdTime": "2024-01-15T10:30:00Z",
"publishedTime": "2024-01-16T14:20:00Z",
"sentTime": "2024-01-17T09:15:00Z",
"paidTime": "2024-01-20T16:45:00Z",
"deletedTime": null,
"links": {
"lead": "456-leads"
}
}
]
}