Dial x402

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.

GET
/api/v1/xmpp/lines
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"
    }
  ]
}