I have next problem. I want to try integrate Zendesk in my application. Then I use Postman - no problem. I have error(401 unautorization ) in my app. I think this problem contains with headers. Can anybody help me? I am using GuzzleHttp .Below my code enter image description here enter image description here/finI have next problem.
Problem with autorization using api token Zendesk
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
When using an API token to authenticate, the username will be
{email_address}/token./tokenis included in the username in your working Postman example, but it is missing from your PHP example. Updating the username toyurii.p@payop.com/tokenshould resolve the issue.