However, these requests appear to require oauth_access_token, which required Client ID and Client Secret, which I created in the MarketPlace. However, when using the Send a Test Request function, I needed to enter the key and secret into the popup to generate the oauth_access_token, which asked me to approve access to the app. That approval seems related to each user. Is that correct?
I’d like to send a list of all registrants (in our database) for a meeting or webinar via API, but how do I get an access token that simply allows the code to send the registrants, an access code non-specific to each registrant nor requiring approval?
Hi @alorentz, you can use JSON Web Tokens with your account-level API Key & Secret to add registrants to meetings on your account. If you want to add registrants for meetings outside of your account, you will need to use OAuth.
@michael.zoom - I posted the /memberregistercreate reference initially, which is what I’m questions. For JWT Web Tokens, is Bearer Token different than “signature”. For example, I’ve used signature when establishing a web client meeting.
Can you clarify base don my previous question? For JWT Web Tokens, is Bearer Token different than “signature”? Or, would the Bearer Token be the signature, generated the same way as done for the script above?