Verification Options for the Endpoint
curl -X POST \
https://<API_ENDPOINT>/v1/entities/create \
-H 'Content-Type: application/json' \
-H 'u21-key: <YOUR_API_KEY>' \
-d '{
"options": {
"identity_verifications": {
"workflow_id": "sanctions_check_1",
"run_verifications": true,
"synchronous_response": false
}
}
}'
The following fields are options for the endpoint:
Field | Type | Description |
---|---|---|
| String | A unique identifier defined during workflow creation. Note that some workflows do not allow for synchronous responses. |
| Boolean | Whether or not to execute a verification workflow for the uploaded entity/entities. |
| Boolean | Whether or not to immediately execute the workflow & receive a verification response as part of the API request response. If |
| String | Include the full, raw, verification results. This option can only be used if |