4

I am trying to call the zoom API using the JWT token but it returns:

{
  "code": 200,
  "message": "Account does not enabled REST API."
}

The query I am using is:

POST https://api.zoom.us/v2/users

Headers:
  Authorization: Bearer access_token

How do I enable the REST APIs for my zoom account?

Cody Gray - on strike
  • 239,200
  • 50
  • 490
  • 574

2 Answers2

0

If you are using free account api will not support as paid plan needed. If you have tried Developer api then in that case your trial api will be expired.

-1

To be able to use Zoom REST APIs successfully, please ensure you have below:

  1. A paid zoom account.
  2. The user by which you call APIs should be Active.
  3. An active Zoom account (A Zoom account can have multiple users in it).

Follow the official documentation for further information.

PrakashG
  • 1,642
  • 5
  • 20
  • 30