Get SMS

Checking if the phone received any SMS messages.

Checking if SMS has been received and retrieving it.

GET https://smsverification.xyz/api/v2/disposable/check/{numberId}

Path Parameters

Headers

{
    "status": "success",
    "data": {
        "id": 1502,
        "sms": "Your verification code is 526215"
    }
}

Last updated