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 AuthorizationBearer <token>
Privy access token (dashboard sessions) or API key (programmatic access — issue #61). Required for endpoints that operate on provisioned resources (e.g. sending SMS from your own number, listing /numbers/mine).
In: header
Response Body
application/json
application/json
curl -X GET "https://x402.dial.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.