I’m building an app for the marketplace, which makes use of the OAuth authorization model. However, part of the application is to receive Webinar registrations via a 3rd party, then POST these to the Webinar. Based on the documentation, the Webinar API works only with OAuth, which is a client side thing. I need an ability to update a Webinar from the server side, without going through the complete Oauth process - as the server side can’t do it.
I would assume that something like a “Webinar Bearer Token” would have been useful here. For example, create a webinar using OAuth, obtain a unique token for interacting with the webinar - and store it locally in the application server.
Is this interaction possible?
Regards,
Nir S