cURL
curl --request GET \ --url https://api.documents.resistant.ai/v2/submission/{submission_id}/feedback \ --header 'Authorization: Bearer <token>'
{ "analysis_feedback": "CORRECT", "updated": "<string>", "comment": "<string>" }
Get custom feedback for the document analysis result previously stored with a PUT request to this endpoint.
The access token received from the authorization server in the OAuth 2.0 flow.
Custom feedback for fraud analysis.
Type of feedback on the result of document analysis.
CORRECT
NOT_CORRECT
UTC date and time of the latest feedback update.
Additional feedback comment.
1024