Factunexo Docs
API RESTReferenciaBillingBitácora

Bitácora de eventos de un comprobante

GET
/api/v1/billing/receipts/{receiptId}/events

Authorization

X-API-Secret<token>

API Secret para autenticación. Debe enviarse junto con X-API-Key.

In: header

Path Parameters

receiptId*string
Formatuuid

Response 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"    }  ]}