Landline Verification
Landline verification can contain details such as whether a landline is valid or invalid.
Minimum Requirements​
Input | Description |
---|---|
landline | Full UK landline without country prefix |
Service Request​
To request a Landline Verification, add a LANDLINE_VERIFICATION
action to the request body entity PeopleActionsRequest
:
{
"actions": [
{ "action": "LANDLINE_VERIFICATION" }
]
}
PeopleActionsRequest
​
Service Response​
As part of the PersonActionsResponse
entity, the property landlineVerification
contains the results of the request.
LandlineVerificationActionResponse
​
If no Landline Verification has been requested, the response is empty.
If a Landline Verification has been requested, the following response is available:
Action | Parameter | Description |
---|---|---|
landlineVerification | landline | the landline number supplied |
status | based on contact verification result |