Bitácora de eventos de un comprobante
X-API-Secret<token>
API Secret para autenticación. Debe enviarse junto con X-API-Key.
In: header
Path Parameters
receiptId*string
Format
uuidResponse Body
application/json
curl -X GET "https://example.com/api/v1/billing/receipts/497f6eca-6276-4993-bfeb-53cbbbba6f08/events"{ "requestId": "string", "timestamp": "string", "data": [ { "date": "2019-08-24", "eventType": "INFO", "code": "string", "message": "string", "subSystem": "DNX", "subSystemCode": "string", "subSystemMessage": "string", "subSystemAdditionalInfo": "string" } ]}