This has been posted previously but I am still experiencing the same issue.
I am making a call to https://zoom.us/oauth/token?grant_type=account_credentials&account_id=
I supply my account id in the URL.
I am POST the following headers:
Authorization: Basic '. base64_encode(“$clientid:$secret”)
Which has been talked about on here many times.
I have enabled the permissions on my account for server-to-server.
However, i am still getting the following response:
{“reason”:“Invalid client_id or client_secret”,“error”:“invalid_client”}
Thanks for replying.
I’m getting the client id and secret from the portal, the resulting base64 encoded string is similar to what you are suggesting.
I have seen previous answers to this question in other posts and have done every solution they have suggested etc.