Apologies if the title isn’t using the right terminology.
I am building a web app that embeds another company’s Calendly widget into it for easily scheduling a meeting.
I want to be able to use the response from the calendly scheduled event and get information about the meeting the user just booked but without having full access to the partner’s calendly instance.
Is there a way to issue API tokens that only allow my company to access bookings made via the widget on our website?
Like I said, we are partners with the other company so we have a good relationship but they don’t want to grant us full access to their Calendly, which is understandable. Just trying to find a good balance here so we can still display the scheduled event information to our users from our app.