Skip to content

Get the PDF of an invoice as a base64 encoded string

GET
/api/invoices/{invoiceId}/pdf

Get /api/invoices/:invoiceId/pdf

Parameters

Path Parameters

invoiceId
required
string

Request Body required

Responses

200

Get the PDF of an invoice as a base64 encoded string 200 response

object
success
required
boolean
pdf
required
string

403

Get the PDF of an invoice as a base64 encoded string 403 response

object
success
required
boolean
message
required
string

404

Get the PDF of an invoice as a base64 encoded string 404 response

object
success
required
boolean
message
required
string

500

Get the PDF of an invoice as a base64 encoded string 500 response

object
success
required
boolean
message
required
string