Get token issue

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2023-04-26 11:34 AM
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
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2023-04-30 04:58 PM
This is a question more appropriate for the Developers Forum at https://developers.zoom.us/
