Hello,
I want to revoke an oauth 2 user access token using this api: https://zoom.us/oauth/revoke. I tried using Postman but also from code in NodeJS. It always returns 400 error with the following details, even if the token is still valid:
{
“reason”: “Invalid Token”,
“error”: “invalid_request”
}