Phone verification
Integrate phone verification APIs on your website, CRM or anywhere else. Get to know details of a number, region, validity, line type etc. APIs with a free tier and simple integration. Connected to all major provider on mobile networks.
Phone verification endpoints
| Method | Endpoint | Description |
|---|---|---|
| A - Login | ||
| POST |
Login to Accuratecheckr / |
Get access token from accuratecheckr.com for registered user and use this token in all future request. Successful execution of this methos returns bearer "access_token", which… |
| B - Registration | ||
| POST |
Signup to Accuratecheckr /api/v1/signup |
Signup to create a user account in Accuratecheckr |
| C - Validate | ||
| GET |
Download Verification Results /api/v1/file/downloadFile/{fileName} |
This endpoint returns the result file to be downloaded. Pass name of file to be downloaded as path param. Result file name is always in format {filename}_output.xlsx Replace… |
| GET |
Verify Single Number /api/v1/validation/verifyNumber |
Get the details of phone number supplied in the query param. Do not forget to pass Authorization header with your access_token. Hint - access_token are returned as part of login… |
| POST |
Upload File with Phone Numbers For Verification /api/v1/file/uploadFile |
Upload file with phone numbers for bulk verification. There are 3 steps in bulk verification 1. Upload file with phone numbers 2. Check processing status of file 3. Download… |
| GET |
Get Processing Status of File /api/v1/documentProcess/getProcessingStatus |
This endpoint gives you status of file uploaded for verification. |
Phone verification pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $14.99 / month | — |
|
| ULTRA | $25.99 / month | — |
|
| MEGA | $75.99 / month | — |
|