Question
Get token issue
- April 26, 2023
- 1 reply
- 1 view
Hello,
I am trying to get token for OAuth method. Here are my param in postman:
POST https://zoom.us/oauth/token
client_id <my id>
secret_id <my secret>
grant_type account:read:admin
But getting an error status 400 bad request
{
"reason": "unsupported grant type",
"error": "unsupported_grant_type"
}
my question is what is the correct format for grant_type?
See all the scope i selected from the Zoom Admin.
Thanks,
-John
