Skip to content

Instantly share code, notes, and snippets.

@mayur-tendulkar
Created January 10, 2023 06:12
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/a2724a5ba6de15a83aaffcb8701473f9 to your computer and use it in GitHub Desktop.
Save mayur-tendulkar/a2724a5ba6de15a83aaffcb8701473f9 to your computer and use it in GitHub Desktop.
blog-dyte-rest-api-01
curl --request POST \
--url https://api.cluster.dyte.in/v2/meetings \
--header 'Authorization: Basic ZGJhOWFhZTMtNGU4ZS00MDY3LTgyZjktMWYzMzRkMGQ3YzQwOg==' \
--header 'Content-Type: application/json' \
--data '{
"title": "title-of-the-meeting",
"preferred_region": "ap-south-1",
"record_on_start": false
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment