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

NameTypeDescription

numberId*

String

Must declare number id.

Headers

NameTypeDescription

Authentication*

String

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

Last updated