Skip to main content
GET
/
api
/
telephony
/
lookup
Lookup Agent By Phone
curl --request GET \
  --url http://localhost:8000/api/telephony/lookup
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Query Parameters

phone_number
string
required

The phone number to look up

Response

Successful Response