List Lines
List your provisioned Dial lines and their current status, phone number, and route health.
List your provisioned Dial lines and their current status, phone number, and route health.
Authorization
bearer Privy access token (dashboard sessions, ~1h TTL) or long-lived dial_live_* / dial_test_* API key minted from /dashboard/billing. API keys are scope-gated per route (sms:send, numbers:read, account:read, etc.); Privy sessions bypass scope checks. See /docs/api-reference/api-keys for the full scope catalogue.
In: header
Response Body
application/json
application/json
curl -X GET "https://payphone.wtf/api/v1/xmpp/lines"{
"success": true,
"lines": [
{}
]
}{
"x402Version": 2,
"accepts": [
{
"scheme": "exact",
"network": "eip155:8453",
"amount": "100000",
"payTo": "string"
}
]
}Send SMS (Line) POST
Send an SMS through a specific Dial line. Bot auth required. Per-line suppression checks and moderation enforced.
Phone Lookup POST
**Coming Soon** — Look up any phone number to get carrier info, line type (mobile/landline/VoIP), caller name, SIM swap detection, and line reachability status.