Download invoice PDF
Generate a signed URL to download the invoice as a PDF. The URL expires after 7 days.
Generate a signed URL to download the invoice as a PDF. The URL expires after 7 days.
ApiKeyAuth In: header
application/json
application/json
Generate a signed URL to download the invoice as a PDF. The URL expires after 7 days.
Invoice public ID
curl -X GET "https://commet.co/api/v1/invoices/string/download"{
"success": true,
"data": {
"object": "invoice",
"livemode": true,
"url": "http://example.com",
"expiresAt": "2019-08-24T14:15:22Z"
}
}{
"success": false,
"error": {
"type": "validation_error",
"code": "string",
"message": "string",
"doc_url": "string",
"param": "string"
}
}