SMS API

What kind of data I will get

By using this integration, you can verify a phone number of customer.

In response, you will receive verified phone number.

Response content

smsVerification

AttributeTypeDescription

phoneNumber

String

The phone number to be verified

Example response

{
    "smsVerification":{
        "phoneNumber":"687993653"
    }
}

Last updated