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. PHONESEARCH | String |
| identifier | The ID Number whose registered numbers you want to check | String |
| consent | Indicates whether the data owner has consented to identity verification 1 if yes 0 if no. | String |
| consent_collected_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
PHONESEARCH,identifieris the client's ID Number
Search details on a customer. As sample response is as follows:
{
"code": "200.001",
"data": {
"Data": {
"response": {
"status": "ok",
"infomsg": "ReportGenerated",
"PersonalInformation": {
"DocumentID": "36XXXXX",
"FullName": "XXXXXXX"
},
"Extract": {
"ProcessingDate": "2025-10-23T13:35:51.6506766Z",
"DocType": "001",
"Docnumber": "36XXXXXX",
"AdditionalContactsFound": "Yes",
"status": "ok",
"infomsg": "ReportGenerated"
},
"AdditionalContactsFound": "Yes",
"AdditionalContacts": {
"PhoneContacts": [
"2547XXXXXX53",
"2547XXXXXX92",
"2547XXXXXX43",
"2547XXXXXXX0"
]
},
"SubmittedContacts": "",
"Strategy": {
"Id": "XXXXXXXXXX",
"Name": "Spin Mobile - Phone Numbers",
"BeeStrategy": "SpinmobileSkipTrace",
"TemplateName": "2025_Consumer_CreditReport",
"SubscriberId": "XXXXXXXXXXXXXXXXXXXX",
"ReturnOutputDataInSteps": "false"
}
}
},
"Timestamp": "2025-10-23T13:35:51.8495908Z"
}
}