PHP Classes

aldorven

Recommend this page to a friend!

      Free Phone Number Verification in PHP  >  All threads  >  aldorven  >  (Un) Subscribe thread alerts  
Subject:aldorven
Summary:how to apply numverify
Messages:2
Author:Alejandro Cuello
Date:2016-03-10 16:16:18
 

  1. aldorven   Reply   Report abuse  
Picture of Alejandro Cuello Alejandro Cuello - 2016-03-10 16:16:18
I'm trying to apply the Class numverify.class.php but appear this message:
>
>
> The request returned an error -> [101] You have not supplied a valid API
> Access Key. [Technical Support: support@apilayer.com]object(stdClass)#2
> (2) { ["success"]=> bool(false) ["error"]=> object(stdClass)#3 (3) {
> ["code"]=> int(101) ["type"]=> string(18) "invalid_access_key"
> ["info"]=> string(87) "You have not supplied a valid API Access Key.
> [Technical Support: support@apilayer.com]" } }
>
>
> Where could I recover that API?

  2. Re: aldorven   Reply   Report abuse  
Picture of Dave Smith Dave Smith - 2016-03-10 18:33:25 - In reply to message 1 from Alejandro Cuello
You get your API key from the numVerify site...

numverify.com/product

Once you have your personal key, you add it to the numverify.class.php file on this line...

private $apiKey = 'YOUR_API_KEY_HERE';

Dave