Fetch details of a invoice record by its unique identifier.
cURL
curl --request GET \ --url https://www.manglai.io/api/v1/invoices/{id} \ --header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the invoice record.
Successfully retrieved the invoice record.