🚧 This project is currently in active development. A sandbox environment will be made available soon for testing and exploration. Stay tuned!
api_key: ********************curl --location '/v1/finance//invoices//pdf?format=' \
--header 'api_key: <api-key>'{
"success": true,
"data": {
"invoice_id": "string",
"invoice_number": "string",
"file_name": "string",
"content_type": "string",
"download_url": "string",
"expires_in": 0
}
}