Jump to content

Recommended Posts

Posted

$key = '02****************************92f';

 

$user = 'dev';

 



 

$api = new BlestaApi($url, $user, $key);

 

$response = $api->get("users", "get", array('user_id' => 1));

 

var_dump($response);

 

--------------------------------------------------------------------------------------------------------

 

object(BlestaResponse)#2 (2) { ["raw":"BlestaResponse":private]=> bool(false) ["response_code":"BlestaResponse":private]=> int(0) }

 

Why is it returning false?

 

It was working fine the other day.

 

Martin

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...