Format Your New Topic as Follows:
API Endpoint(s) and/or Zoom API Event(s)
Link the API endpoint(s) and/orZoom API Event(s) you’re working with to help give context.
https://zoom.us/oauth/token
Description
Hi I am trying to generate access token using the steps outlined in OAuth for user authorized apps
Error?
{
“reason”: “Bad Request”,
“error”: “invalid_request”
}
How To Reproduce
Steps to reproduce the behavior:
*1. Use POSTMAN POST request https://zoom.us/oauth/token
with header params ( Authorization
, Content-Type
) and BODY params ( code
, grant_type
, ’ redirect_uri
,) and got below error message
{
“reason”: “Bad Request”,
“error”: “invalid_request”
}