Get SMS Messages

Getting all the SMS messages received by a number.

Fetching all SMS messages by order ID and returning them as an array of strings.

POST https://smsverification.xyz/api/v2/rental/order/{orderId}/refresh

Path Parameters

NameTypeDescription

orderId

Integer

Must declare order id.

Headers

NameTypeDescription

Authentication

String

{
    "status": "success",
    "data": {
        "messages": {}
    }
}

Last updated