PayphonePayphone

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, ~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"
    }
  ]
}