Invoices
Get Invoice Link
Generates a link to the invoice with an embedded authentication token
GET
Get Invoice Link
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The idempotency key that will be used to ensure the request is only performed once
Path Parameters
The company ID with the prefix 'cmp_'.
The resource UUID
Response
200 - application/json
OK
The hosted link for the invoice. The URL includes an authentication token as a query parameter, valid for 30 days from the due date (pending invoices) or 30 days from generation (overdue invoices)
Get Invoice Link

