cURL
curl --request GET \ --url https://api.contazen.ro/v1/invoices/{id}/history \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "object": "list", "data": [ { "id": "<string>", "type": "<string>", "type_label": "<string>", "message": "<string>", "icon": "<string>", "by": "<string>", "created_at": "2023-11-07T05:31:56Z" } ], "pagination": { "page": 123, "per_page": 123, "total": 123, "total_pages": 123 } }, "meta": { "version": "v1", "request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "response_time": "23.45ms" } }
Audit trail of all changes to a fiscal invoice
Use your API key (sk_live_xxx or sk_test_xxx)
Invoice ID (czUid).
x >= 1
1 <= x <= 100
History entries
Show child attributes
Was this page helpful?