rent_sms_number
Rent a LONG-TERM receive-only SMS number: the user keeps the same number for the whole rental and can receive multiple SMS (fair-use 25/day). This SPENDS the wallet balance. Use list_sms_rentals first for rentalId, valid day tiers, prices, and live stock (do not order an OUT OF STOCK tier). Extendable before expiry with extend_sms_rental, and cancellable for a full refund with cancel_sms_rental within 2 hours if no messages arrived. Not allowed for banking/financial/crypto-exchange verification. Requires a connected agent wallet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | Yes | Rental duration in days — must be one of the duration tiers list_sms_rentals shows for this rentalId | |
| rentalId | Yes | The rentalId from list_sms_rentals (e.g. 11 for United States) | |
| requestId | No | Idempotency key: generate a fresh UUID for each NEW rental, and reuse the SAME value when retrying after a timeout or transport error — an identical retry returns the original rental instead of charging again. |