Skip to main content

Get Meeting Details

Use the following Rest API to get meeting details.


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

Request

      Query Parameters
    • idoptionalstring

Response

  • __responseobject

      Properties
    • meetingIdstring

    • userIdstring

    • userobject

      • namestring

      • idstring

    • createdAtdate

    • updatedAtdate

    • idstring

Got a Question? Ask us on discord


Was this helpful?