### Fetch one invoice

`GET /api/v1/users/{id}/invoices/{invoiceId}`

The invoice with its line items.

- Authentication: manager session (JWT) or API token
- Permission: `prm_users_invoices_view` (View user invoices)
- Risk: read

#### Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `id` | path | integer | yes | Subscriber id. |
| `invoiceId` | path | integer | yes | Invoice id. |

