Skip to main content
GET
/
api
/
Telephony
Find Records.
curl --request GET \
  --url https://api.example.com/api/Telephony
[
  {
    "type": "<string>",
    "fullName": "<string>",
    "firstName": "<string>",
    "lastName": "<string>",
    "id": 123,
    "url": "<string>",
    "jobTitle": "<string>",
    "company": "<string>"
  }
]

Query Parameters

phoneNumber
string

Response

200 - application/json

OK

type
string | null
fullName
string | null
firstName
string | null
lastName
string | null
id
integer<int32>
url
string | null
jobTitle
string | null
company
string | null