Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://app.yofacturo.es/api/v1/batch_invoices/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": 123, "external_invoice_id": "<string>", "invoice_number": "<string>", "total_after_taxes": "<string>", "processing_status": "<string>", "processing_error": "<string>", "issued_invoice_id": 123 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 1
Batch invoice found
Show child attributes