Response

Fields

FieldTypeDescription
PhonestringThe numeric phone number of the record.
CountryCodeintThe country code of the record.
CreateddatetimeoffsetWhen the disqualified record was created.
UpdateddatetimeoffsetLast time the disqualified record was updated.
Typestring

Source of Disqualification.

Possible values: SMS, Voice, API, Scrubbed

DispositionstringThe resulting disposition of the disqualified record.
QuestionableValiditybooleanDisplays if the disqualified record resulted from a questionable record.
 {
        "Phone": "5555555555",
        "CountryCode": 1,
        "Created": "2020-07-02T13:55:14.3492933+00:00",
        "Updated": "2020-07-02T13:55:14.3492933+00:00",
        "Type": "Voice",
        "Disposition": "Not Interested",
        "QuestionableValidity": True
    }
Phone,CountryCode,Created,Updated,Type,Disposition,QuestionableValidity
5555555555,1,7/2/2020 1:55:14 PM +00:00,7/2/2020 1:55:14 PM +00:00,Voice,Not Interested,True
Phone	CountryCode	Created	Updated	Type	Disposition	QuestionableValidity
5555555555	1	7/2/2020 1:55:14 PM +00:00	7/2/2020 1:55:14 PM +00:00	Voice	Not Interested	True

Response Codes

Code(s)Description
0, 2An unknown error has occurred.
1This request has been successfully processed.
3The API token is invalid.
4API token is not authorized for this request.