curl --location -request GET 'https://staging-api.propaga.io/v1/invoice/{transactionId}/documents' --header 'Content-Type: application/json' --header 'Authorization: <your_awesome_token>'
{ "id": "5ce45bfe-9557-4c97-b9cf-d65b4b1380e3", "fiscalFolio": "1b10a481-0628-4552-9872-b0c849aac394", "folioNumber": 1234, "files": [ { "type": "PDF_EMISSION", "fileUrl": "<url>" }, { "type": "XML_EMISSION", "fileUrl": "<url>" } ] }
Gets the invoice information and files for a given transaction
Documentation IndexFetch the complete documentation index at: https://docs.propaga.mx/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.propaga.mx/llms.txt
Use this file to discover all available pages before exploring further.
Show File properties
Was this page helpful?