Hi!
I am trying to send data via an observer which i created for user and in every endpoint that i hit i have a 401 error as belove:
“success” => false
“error” => “unauthorized access”
“errorCode” => 401
“error_info” => “Please check developers.pipedrive.com”
I am using Laravel, If you would be that kind to help me handling this because the examples that i saw were with pure PHP which is actually not helpful.
Thank you in advance!