Skip to main content
curl -X GET https://api.thinnest.ai/v2/phone-numbers/{phone_id} \
  -H "Authorization: Bearer $THINNESTAI_API_KEY"
GET /v2/phone-numbers/{phone_number_id}

Response

{
  "id": "pn_abc123",
  "number": "+919876543210",
  "provider": "vobiz",
  "status": "active",
  "agent_id": "ag_xyz789",
  "monthly_cost_inr": 150.00,
  "capabilities": ["voice", "sms"],
  "created_at": "2026-03-25T10:00:00Z"
}