Indonesia Phone Multi-Inquiries
This API is for Multiplatform Detection, input an phone number and this service will return every circumstance where the phone number has been checked by a financial institution without revealing any sensitive information
Code example:
curl --location --request POST 'https://api.ekycpro.com/v1/ididphoneinquiries' \--header 'Content-Type: application/x-www-form-urlencoded' \--header 'X-API-Key: AbcdEfgh' \--data-urlencode 'phone=+628958000001'
Response for find result
{ "status": "OK", "message": { "07d": 0, "14d": 1, "21d": 1, "30d": 2, "60d": 4, "90d": 11, "total": 11 }}
Response for invalid request parameters
{ "status": "FAIL", "message": "Invalid phone number, please check your phone number format"}
Response for server error
{ "status": "RETRY_LATER", "message": "Service is not available right now, please try again later"}
The requested md5 does not exist in the system
{ "status": "NOT_FOUND_MD5", "message": "This md5 can't be found in our system"}
HTTP request
POST https://api.ekycpro.com/v1/ididphoneinquiries
Request parameters
parameter | description |
---|---|
phone | string , phone number |
Response format
parameter | description |
---|---|
message | 07d :Within 7 days the number of institutions 14d :Within 14 days the number of institutions 21d :Within 21 days the number of institutions 30d :Within 30 days the number of institutions 60d :Within 60 days the number of institutions 90d :Within 90 days the number of institutions total :The total number of institutionsa of the last two years |
Status code
status | description |
---|---|
OK | charge , success, message contains the conclusion |
FAIL | free , invalid phone number |
RETRY_LATER | free ,server error, please try again later |