Single-Use Links: Difference between revisions
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
<span style="background-color:#4dcb7b; color:white; padding:5px; border-radius:15px;">POST</span>'''Create a Single-Use Link''' | <span style="background-color:#4dcb7b; color:white; padding:5px; border-radius:15px;">POST</span>'''Create a Single-Use Link''' | ||
<pre>https://simplymeet.me/api/single-use-link</pre> | <pre>https://app.simplymeet.me/api/single-use-link</pre> | ||
Create new single-use link based on the existing meeting type. | Create new single-use link based on the existing meeting type. | ||
'''Request''' | '''Request''' | ||
| Line 44: | Line 44: | ||
{ | { | ||
"code":"random-string", | "code":"random-string", | ||
"url":"https://simplymeet.me/s/random-string" | "url":"https://app.simplymeet.me/s/random-string" | ||
} | } | ||
</pre> | </pre> | ||
| Line 70: | Line 70: | ||
'''Examples''' | '''Examples''' | ||
<pre> | <pre> | ||
curl --location --request POST 'https://simplymeet.me/api/single-use-link' \ | curl --location --request POST 'https://app.simplymeet.me/api/single-use-link' \ | ||
--header 'Content-Type: application/json' \ | --header 'Content-Type: application/json' \ | ||
--header 'X-API-KEY: YOUR_API_KEY' \ | --header 'X-API-KEY: YOUR_API_KEY' \ | ||