GetInvoice retrieves a specific invoice by ID.
GET/api/v1/billing/invoices/:id
Returns complete invoice details including line items and payment history. Use this to display invoice details or prepare for payment.
Authorization
Requires billing:read permission.
Response
Returns Invoice with all line items and associated payments.
Errors
- NOT_FOUND: Invoice with specified ID does not exist
- PERMISSION_DENIED: Invoice belongs to different organization
Request
Responses
- 200
- default
A successful response.
An unexpected error response.