Get invoice details
This endpoint retrieves the complete information of an invoice.
Endpoint
POST https://canadamotorjobs.com/api/v1/{locale}/invoices/get
Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
id | string | The invoice identifier | Required |
api_token | string | Your API key | required or bearer token |
Errors
| Code | Message |
|---|---|
| 401 | Unauthorized |
| 404 | Not Found |
| 500 | Internal Server Error |