Skip to main content

List Meetings

Use the following Rest API to list meetings.


curl -L -X GET 'https://api.videosdk.live/v1/meetings' \
-H 'Authorization: $YOUR_JWT_TOKEN'

Request

      Query Parameters
    • pageoptionalstring

    • perPageoptionalstring

Response

  • __responseobject

      Properties
    • pageInfoobject

      • currentPagenumber

      • perPagenumber

      • lastPagenumber

    • dataArray<object>

      • meetingIdstring

      • userIdstring

      • userobject

        • namestring

        • idstring

      • createdAtdate

      • updatedAtdate

      • idstring

Got a Question? Ask us on discord


Was this helpful?