v1
latestOpenAPI 3.1.02026-07-26580123.9 KBCustomer invoices
This query gets individual customer's invoices
get/{companyDomain}/customers/{customerUniqueId}/invoices
Path parameters
companyDomainstring required
Your companies Billsby subdomain - for example, if you login at widgets.billsby.com, your companyDomain is widgets
customerUniqueIdstring required
The unique identifier of the customer in the Billsby platform
Response
200
Example response
[
{
"createdOn": "2020-04-30T10:47:05.886Z",
"invoiceNumber": "string",
"formattedAmount": "string",
"currency": "string",
"status": "string"
}
]