status
field indicates the result of the submission:ADDED
— the document was accepted and queued for verification.ERROR
— the document could not be processed due to an error.curl --location --request POST 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"externalUserId": "bca65c48-df49-4831-a7b2-de7903321581",
"status": "ADDED"
}'
null