User
Retrieve a meeting
Retrieve a meeting.
get/user/meetings/{id}
Path parameters
idstring required
The unique ID of the resource.
Example:NzAwNTUxOTA5NzczMTQ4MTYw
The unique ID of the meeting.
Response
OK
Example response
{
"id": "NzAwNTUxOTA5NzczMTQ4MTYw",
"language": "en-US",
"created_at": "2017-07-21T17:32:28Z",
"scheduled_start_at": "2017-07-21T17:32:28Z",
"scheduled_end_at": "2017-07-21T17:32:28Z",
"internal_invitees": [
"NzAwNTUxOTA5NzczMTQ4MTYw"
],
"outbound_caller_ids": [
{
"provider_id": "NzAwNTUxOTA5NzczMTQ4MTYw"
}
]
}