Get invoice PDF URL
Gets a URL pointing to a pdf document of a previously created invoice
-
your-authorization
should be replaced with your Authorization header, see Access
info
This feature is only available in production environment
Example Request
GET /v1/invoices/$(contract-id)/$(invoice-id)/pdf
Accept: application/json
Authorization: $(your-authorization)
Example Response
{
"url": "https://pdfhost/invoice.pdf"
}