Skip to content

Instantly share code, notes, and snippets.

@mayur-tendulkar
Created January 10, 2023 06:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mayur-tendulkar/9936c3059a7a7ad0af3be4ddece7dd68 to your computer and use it in GitHub Desktop.
Save mayur-tendulkar/9936c3059a7a7ad0af3be4ddece7dd68 to your computer and use it in GitHub Desktop.
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