Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
blog-dyte-rest-api-03
curl --request POST \
--url https://api.cluster.dyte.in/v2/meetings/meeting_id/participants \
--header 'Authorization: Basic ZGJhOWFhZTMtNGU4ZS00MDY3LTgyZjktMWYzMzRkMGQ3YzQwOg==' \
--header 'Content-Type: application/json' \
--data '{
"name": "Mary Sue",
"picture": "https://i.imgur.com/test.jpg",
"preset_name": "string",
"client_specific_id": "string"
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment