Skip to main content
GET
/
api
/
v1
/
user
/
invoices
/
{id}
Show invoice
curl --request GET \
  --url http://localhost:7701/api/v1/user/invoices/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

User JWT token — obtained from /api/v1/auth/login or /api/v1/auth/register.

Path Parameters

id
integer
required
Example:

1

Response

Invoice found