Update Status

Setting the number's status as sent.

Set status to sent

PUT https://smsverification.xyz/api/v2/disposable/sent/{numberId}

When the desired service sent an SMS message to the number you need to update the phone status to sent.

Path Parameters

Headers

{
    "status": "success",
    "data": {
        "old_status": "waiting",
        "new_status": "sent",
        "id": 1521
    }
}

Last updated