Skip to main content

Invoice list

This endpoint retrieves the list of invoices associated with your account or a specific business/client.

Endpoint

POST https://canadamotorjobs.com/api/v1/{locale}/invoices/list
# or for a specific business (those issued by the business)
POST https://canadamotorjobs.com/api/v1/{locale}/businesses/{business_id}/invoices
# or for a specific client (those received by the client)
POST https://canadamotorjobs.com/api/v1/{locale}/customers/{customer_id}/invoices

Parameters

ParameterTypeDescriptionRequired
business_idstringFilter by issuing business IDNo
business_ref_idstringFilter by client IDNo
ref_sourcestringFilter by client ID sourceNo
statusstringFilter by status (e.g.: open, paid, void)No
pagenumberPage numberNo
limitnumberNumber of items per pageNo
sortstringSort by date (e.g.: created_at, due_date, updated_at)No
from_due_datestringDue date from (YYYY-MM-DD)No
to_due_datestringDue date to (YYYY-MM-DD)No
api_tokenstringYour API keyrequired or bearer token

Errors

CodeMessage
401Unauthorized
500Internal Server Error