Meeting API authentication

I’m going through the Meeting API docs and there is no guide on authentication. Meeting API

I have already tried this manually with OAuth (creating the authorize URL, getting the “code” and creating a token using code, client_id and client_secret) and it works properly but I don’t understand how I can achieve this when my backend service wants to authenticate and call the API?

To give you an idea of what I mean, this is my use case:

  • I want my backend to create a meeting on behalf of the host
  • My backend needs to call different API methods to get info, process recordings etc
1 Like

@r.asgari.g I don’t understand the question.

Could you elaborate on the user story? And this is for meeting SDK & meeting API right?

1 Like