Retrieve an invoice
GET/v1/invoices/:id
Fetch a single invoice by id, scoped to the API key's organization. Requires the invoices:read scope on the API key.
Request
Responses
- 200
- 401
- 403
- 404
- 429
The requested invoice.
Missing, malformed, or revoked API key.
The key lacks the scope this endpoint requires.
No such resource in the key's organization.
Rate limit or monthly quota exceeded.