Exploring the zoom API with Joyce and her boss: Postman live stream on Twitch

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024

Комментарии • 5

  • @saintpotato5
    @saintpotato5 2 года назад

    Amazing work you guys.

  • @keerthi2378
    @keerthi2378 3 года назад

    This video is really awesome. Currently i am working on zoom integration with our application. So do you have a pointer to get the api's on postman similar to this video but for the events triggered? I mean i am planning to add events like User joined, User left etc from OAuth app from market place and capture those events in my API. So do you have any tutorial related to this?

    • @postman
      @postman  3 года назад

      No direct tutorial, but you could import the API Spec (see this page: marketplace.zoom.us/docs/api-reference/zoom-api) directly in Postman and start exploring from there!

  • @marshaltito1312
    @marshaltito1312 3 года назад

    @Joyce Thanks a lot for walking me in API world with zoom API. I really appreciate you. As a beginner its a great help for me to start working with zoom API. I have a question: I am able to execute most of the API call in my postman environment except those which param included next_page_token. For example this one: marketplace.zoom.us/docs/api-reference/zoom-api/reports/reportmeetings;
    Would you please help me out what value should I provide here for next_page_token? Thanks in advance once again.

    • @postman
      @postman  3 года назад +1

      I'd recommend checking out the Zoom API Docs: marketplace.zoom.us/docs/api-reference/zoom-api/reports/reportmeetings
      "The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes."