I have made a server to server token request using postman and it worked properly.
When I want to do it using an endpoint of my API, I get the following error.
code used is
I have made a server to server token request using postman and it worked properly.
When I want to do it using an endpoint of my API, I get the following error.
code used is
This error does not appear to be related to Zoom API and SDK.
Nonetheless, it seems that it should be query string instead of form params
https://docs.guzzlephp.org/en/stable/quickstart.html#query-string-parameters
I tried it as a chain and the same error still occurs
I did it from postman and it works
I am confused
To troubleshoot this, I will follow the specs of the documentation for guzzle.
/oauth/token?grant_type=account_credentials&accountid
with string concatenation, try using the methods provided.https://docs.guzzlephp.org/en/stable/quickstart.html#query-string-parameters