Rent a phone number for a target service and retrieve the verification code
Rent a phone number for a target service and retrieve the verification code. Price is quoted per order (from $0.25) via GET /v1/sms-quote.
Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$3.00listed price per call
n/aprice it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://agent.connskill.com/sms/v1/sms-order
| Category | Code and developer |
|---|---|
| Provider host | agent.connskill.com |
| Networks | base |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"description": "Rent a phone number for a target service (Telegram, WhatsApp, Discord and 1300+ more) and retrieve the verification code it receives",
"example": {
"country": "US",
"service": "Telegram"
},
"inputSchema": {
"properties": {
"country": {
"description": "ISO country code, e.g. US",
"minLength": 2,
"type": "string"
},
"service": {
"description": "Target service, e.g. Telegram",
"minLength": 1,
"type": "string"
}
},
"required": [
"service",
"country"
],
"type": "object"
},
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"properties": {
"input": {
"properties": {
"body": {
"properties": {
"country": {
"description": "ISO country code, e.g. US",
"minLength": 2,
"type": "string"
},
"service": {
"description": "Target service, e.g. Telegram",
"minLength": 1,
"type": "string"
}
},
"required": [
"service",
"country"
],
"type": "object"
}
}
},
"output": {
"properties": {
"example": {
"costUsd": 0.84,
"number": "+12765550123",
"orderId": "123456789",
"provider": "smspool",
"sellUsd": 2.55,
"status": "ordered"
}
}
}
}
}