Required permissions: online_conferences.join_token.*
online_conferences.join_token.*
curl --request POST \ --url https://{primary_domain}/api/public/v2.0/online_conferences/{online_conference_id}/attendees/{online_conference_attendee_id}/join \ --header 'X-Access-Key-Id: <api-key>' \ --header 'X-Access-Key-Secret: <api-key>'
{ "message": "<string>", "data": { "join_token": "<string>", "expires_at": "2023-11-07T05:31:56Z" } }
Show child attributes