Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the APP­KEY in Truecaller API?

I need to verify the spam score of mobile numbers using Truecaller API .I found documentation here . In the API URL , I need to send a APPKEY , But how to get that ? there is no registration page for Truecaller API .

https://api.truecaller.com/v1.0/search.json?userKey=APP­KEY&phone=NUMBER

Any help will be appreciated...

like image 222
vimal1083 Avatar asked Mar 19 '23 08:03

vimal1083


1 Answers

You should Read this Document for Name Search API

it Says that....

The one thing to keep in mind is that all requests to our API require authentication. For that, you will need to use a User Key (userKey) along with your requests. These access details basically associate, your server, script or program with a specific application. All requests to the API must be made over SSL (https:// not http://).

It means you have registered Truecaller developer account then Do Login and get your Access Key(USER KEY) and pass it everytime you request to access API..

But I Think Truecaller API is not accessible for public users...

Read This Article for More Details : http://www.3scale.net/2013/05/truecaller-api-search-among-over-600-million-phone-numbers-worldwide/

like image 169
Pragnesh Ghoda シ Avatar answered Mar 27 '23 12:03

Pragnesh Ghoda シ