cURL
curl --request GET \ --url https://api.decodahealth.com/v1/invoice/get/{invoice_id} \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
{ "actionId": "<string>", "active": true, "createdDate": "2023-11-07T05:31:56Z", "decodaPaymentLinkUrl": "<string>", "id": "<string>", "method": "Native", "patientId": "<string>", "paymentLinkUrl": "<string>", "ruleId": "<string>" }
Get an Invoice by ID.
Invoice
The tenant you are making this request on behalf of
Your api key
Successful Response
The response is of type object.
object