cURL
curl --request PATCH \ --url https://sandbox-umbrella-api.azurewebsites.net/api/services/phone-service/verification/{referenceId} \ --header 'Content-Type: application/json' \ --data ' { "securityFactor": "12345" } '
{ "status": true, "data": { "status": { "code": 3900, "description": "Verified" } } }
Verification Match Service API Documentation
/phone-service/verification/{referenceId}
Unique identifier for the verification process.
The OTP provided by the end user (3–10 digits).
"12345"
Verification result.
Indicates whether the request was successful (true or false).
true
Show child attributes
Numeric code representing the verification result.
3900
Human-readable description of the verification result.
"Verified"