Skip to main content

Retrieve a Participant

Use this endpoint for the Conference Participants method to retrieve a single participant.

Parameters

ParameterDescription
AccountSid RequiredThe unique identifier for the account that created this conference.
CallSid RequiredThe unique identifier for the Participant call connected to this conference.
ConferenceSid RequiredThe unique identifier for the conference this participant is in.

Request: Retrieve a Single Participant

curl https://example.signalwire.com/api/laml/2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}.json \
-X GET \
-u "YourProjectID:YourAuthToken"