POST [zoom-url]/oauth/token?grant_type=account_credentials&account_id=[account-id]
Description
I’m trying to use Postman to get an authorization token for my S2S app, but it keeps returning with an error: “invalid_client”. I’ll post my Postman configuration below to see if anyone can spot what I’m doing wrong.
Error?
Reason: Invalid client_id or client_secret
Error: invalid_client
Postman Configuration
Authorization tab
Auth Type: Basic Auth
Client ID and Client Secret provided in the Zoom app
It looks like apps can only have one owner. Since I had my IT department create the app for me, I wasn’t able to authenticate even though I had the correct Client ID and Client Secret. It was only once the app ownership was transferred to me that I was able to authenticate successfully.