Is it possible to get an API key for Zoom without creating a marketplace app?

I want an API key to allow my backend to make authenticated requests to the Zoom API (fetching lists of meetings, attendees, etc.). Is there a simple way to do this that doesn’t involve creating a marketplace app?

What is the objection to creating a marketplace app? You can declare “Intent to publish: No” and carry out the activities you describe without having to go through a certification process. JWT apps can perform activities on behalf of any user belonging to the account without needing advance permission.

1 Like

That settles it, then. Thanks, @MultiplayerSession!

1 Like

Hi @MultiplayerSession thank you for the input you provided! You are right! You can have an app with the Intend to Publish “no” and just use it for your authentication process.
As well a JWT app to make API request
@blair :slight_smile:

1 Like

Thanks, @elisa.zoom!

1 Like

Glad, Elisa and @MultiplayerSession were able to help. Be sure to reach out if any additional questions arise.