Create a report
Report a transaction with incorrect fields.
Complete guide: Reports.
Authentication
X-Api-Keystring
API Key authentication via header
Headers
X-Application-Id
Request
This endpoint expects an object.
transaction_id
The unique identifier of the transaction
description
A description of what is wrong in the transaction
fields
A list of the fields that are incorrect
Response
The newly created report
transaction_id
The unique identifier of the transaction
description
A description of what is wrong in the transaction
fields
A list of the fields that are incorrect
id
A generated unique identifier for the report.
created_at
The date and time when the report was created.
status
The status of the report.
* `open`: a newly created report
* `pending`: the report is being investigated
* `rejected`: the original enrichment output was deemed correct or we couldn't resolve it, check `rejection_reason`
* `resolved`: the issue has been resolved
Allowed values:
rejection_reason
If the report was rejected, an explanation for the rejection.