Set review for applicant in sandbox

Simulates a verification reposnose.

Overview

Use this method in Sandbox mode to simulate a positive (GREEN) or negative (RED) response. For more information about the response types, see this article.

In addition to the main example, you can also send a request with a GREEN label:

curl -X POST \
  'https://api.sumsub.com/resources/applicants/5bb8cca10a975a624903cf65/status/testCompleted' \
  -H 'content-type: application/json' \
  -d '{
   "reviewAnswer" : "GREEN",
   "rejectLabels": []
  }
'
Language
Authorization
Header
Click Try It! to start a request and see the response here!