Skip to main content

Fetch a conference resource

GET 
/texml/Accounts/:account_sid/Conferences/:conference_sid

Returns a conference resource.

Request

Path Parameters

    account_sid stringrequired

    The id of the account the resource belongs to.

    conference_sid stringrequired

    The ConferenceSid that uniquely identifies a conference.

Responses

200: Conference resource.

404: Resource not found

Loading...