Meeting Types(API): Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<span style="background-color:#3158e2; color:white; padding:5px; border-radius:15px;">GET</span> '''List all user meeting types''' | <span style="background-color:#3158e2; color:white; padding:5px; border-radius:15px;">GET</span> '''List all user meeting types''' | ||
<pre>https:// | <pre>https://secure.simplymeet.me/api/users/me/meeting-types</pre> | ||
Returns a list of user meeting types. The meeting types are returned in sorted order, with the most recent meeting types appearing first. | Returns a list of user meeting types. The meeting types are returned in sorted order, with the most recent meeting types appearing first. | ||
| Line 78: | Line 78: | ||
'''Examples'''<br> | '''Examples'''<br> | ||
<pre> | <pre> | ||
curl -H "X-API-KEY: <your_api_key>" https:// | curl -H "X-API-KEY: <your_api_key>" https://secure.simplymeet.me/api/users/me/meeting-types</pre> | ||