Receive advanced silent mobile verification result Webhook

Advanced silent mobile verification request will be processed asynchronously after the request is made to advanced silent mobile verification API. After processing of the request is done, results will be delivered to the URL provided in advanced silent mobile verification request.

post
https://{yourDomain}/your/webhook/path
Request Body schema:
application/json
collapse all -
token
string

Unique request identifier. This value was returned on advanced silent mobile verification request.

result
string
Enum: "UNABLE_TO_VERIFY" "SIM_SWAP_DETECTED" "SIM_SWAP_CHECK_FAILED" "INVALID" "VALID" "OTP_SMS_SENT"

Advanced silent mobile verification request result.

status
string
Enum: "COMPLETED" "DEVICE_REDIRECT"

Advanced silent mobile verification request status.

error
object

Information about error occurred. If there is no error this object is omitted.

id
number <integer>

Unique identifier of occurred error on Infobip platform.

name
string

Unique string identifier of occurred error on Mobile Identity platform.

description
string

Description of error occurred for easier comprehension.

Responses

200

Your server returns this code if it accepts the callback.

Request samples

Content type
application/json
Example

Successful advanced silent mobile verification result.

Copy
Collapse all
{
  • "token": "123e4567-e89b-12d3-a456-426655440000",
  • "result": "VALID",
  • "status": "COMPLETED",
  • "error": null
}

Encountering issues

Contact our support

What's new? Check out

Release Notes

Unsure about a term? See

Glossary

Research panel

Help shape the future of our products
Learn more
Service status

Copyright @ 2006-2025 Infobip ltd.