Skip to main content
GET
/
v1.5
/
Data
/
RealTimeDisconnect
Checks real-time phone line status to determine if a number is connected or disconnected.
curl --request GET \
  --url https://dataapi.dncscrub.com/v1.5/Data/RealTimeDisconnect \
  --header 'loginId: <api-key>'
{
  "Status": "<string>",
  "ErrorText": "<string>",
  "Phone": "<string>"
}

Authorizations

loginId
string
header
required

LoginId Authentication: Authenticate using the LoginId generated from DNCScrub User Manager. In HTTP header place "loginId: {loginId}"

Headers

loginId
string

LoginId (aka APIKey)

Query Parameters

phoneNumber
string

The 10-digit phone number to check

Response

Success

Status
string | null
ErrorText
string | null
Phone
string | null