Phone Number Search
# Introduction
Used to confirm phone numbers registered to a given identity:
# Request Parameters
The following parameters are expected:
| Field | Description | Type |
|---|---|---|
| search_type | The Spincrunch Search type you want to do. CREDITINFOSKIPTRACE | String |
| identifier | The ID Number whose registered numbers you want to check | String |
| consent | Indicates whether the data owner has consented to identity verification. | String |
| consent_given_by | Name or identifier of the person who provided the data owner’s consent. | String |
Please find sample implementation on the left
# Response Parameters
Below is a sample response
# Phone Number Search
'search_type' is
CREDITINFOSKIPTRACE,identifieris the client's ID Number
Search details on a customer. As sample response is as follows:
{
"code": "200.001",
"data": {}
}