Get a conference
gethttps://api.telnyx.com/2010-04-01/Accounts/{organization_id}/Conferences/{conference_id}.jsonReturns a single conference.
curl -X GET \
-u "${organization_id}":"${auth_v2_api_key}" \
https://api.telnyx.com/2010-04-01/Accounts/{organization_id}/Conferences/{conference_id}.json
Parameters
In Path
conference_id
string
(uuid)required
Specifies the conference
Example: "6a09cdc3-8948-47f0-aa62-74ac943d6c58"organization_id
string
(uuid)required
Unique identifier for the organization that owns the resource.
Example: "6a09cdc3-8948-47f0-aa62-74ac943d6c58"Responses
200
A single conference resource
401
Unauthorized
404
Not Found
422
Unprocessable Entity
Success Response
{
"account_sid": "56545f64-5717-4562-b3fc-2c963f66afa6",
"api_version": "v2/texml",
"call_sid_ending_conference": "v2:aaCo4p-PexPKfhiPwFt4zjMgDwDcD5Km8WxZIUwn7wdrO2Yc1rkB_g",
"date_created": "2019-01-23T18:10:02.574Z",
"date_updated": "2019-01-23T18:10:02.574Z",
"friendly_name": "All hands meeting",
"reason_conference_ended": "conference-ended-via-api",
"region": "dc2",
"sid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"status": "in-progress",
"subresource_uris": {
"participants": "string",
"recordings": "string"
},
"uri": "string"
}
Previous:
TeXML TranslatorNext:
Programmable FaxWas this page helpful?