Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost:7701/api/v1/user/invoices/{id} \ --header 'Authorization: Bearer <token>'
Returns a single invoice by ID scoped to the authenticated company.
User JWT token — obtained from /api/v1/auth/login or /api/v1/auth/register.
1
Invoice found