Meeting Types(API): Difference between revisions
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| 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 77: | Line 77: | ||
<br> | <br> | ||
'''Examples'''<br> | '''Examples'''<br> | ||
< | <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> | ||