Skip to main content

Get Meeting Key by ID

This request returns data for a meeting key for the selected subscriber, targeted by the meeting key ID.

get/subscribers/{sid}/meetingRooms/{meetingNumber}/keychain/{meetingKeyId}

Sample Request

A sample GET request to retrieve a meeting key for the selected subscriber, targeted by the meeting key ID:

curl -X GET \
'https://api.carrierx.com/conference/v1/subscribers/6v9u9-p35vZo1Cxq0qKkQn9X57T5cfAj/meetingRooms/946827/keychain/4028' \
-u '[your_user_name]:[your_password]'

Sample Response

200 status code with a serialized copy of the Meeting Key object:

{
"accessCode": "3141591",
"id": 4028,
"role": 2
}

This request is enabled for Field Filtering.

Path Arguments

ParameterData TypeDescription
meetingKeyId
required
integerThe meeting key ID.
meetingNumber
required
integerThe meeting room number.
sid
required
stringThe subscriber secure ID.