How do i generate access_token when i have API key and API secret?

how do i generate access_token when i have API key and API secret?

I see that for API invocation i require "access_token’. Please help with the detailed steps on how to generate “access_token”.

 

Note: I have the “API Key” and “API secret” generated at the below link 

https://developer.zoom.us/me/

 

 

Regards

Dilip

Here you go

https://developer.zoom.us/blog/using-zoom-apis-version-2-with-postman/

Thanks for the information. will go through the link and generate the token. will get back incase I face any issue.

BTW, i plan to use python to invoke APIs not postman tool.

I have same issue - token expired and old way to generate token on playground no longer works.

The link above to the postman info does not work

Hey @mongoman30,

Here is a link on how to get an access_token using the OAuth flow,

Here is a link on how to get an access_token using JWT,

Let me know if this helps!

Thanks,
Tommy

Thanks for this Tommy, worked a charm, appreciate the quick support

2 Likes

Glad to hear! Happy to help!

2 Likes