Difference between revisions of "API Reference"
From SimplyMeet.me
Line 1: | Line 1: | ||
The SimplyMeet.me API is organized around '''REST'''. Our API has predictable resource-oriented URLs, uses JSON format for request bodies, returns '''JSON-encoded''' responses, and uses standard HTTP response codes, authentication, and verbs. | The SimplyMeet.me API is organized around '''REST'''. Our API has predictable resource-oriented URLs, uses JSON format for request bodies, returns '''JSON-encoded''' responses, and uses standard HTTP response codes, authentication, and verbs. | ||
− | < | + | <p class="intercom-align-left"> |
− | [[File:Simplymeet api | + | Note: |
+ | <strong>This is a </strong>[https://simplymeet.me/en/pricing<strong>Paid plan</strong>]<strong> feature.</strong> | ||
+ | </p> | ||
+ | API key will become automatically available on your '''[https://secure.simplymeet.me/integrations Integrations]''' page as soon as you upgrade. | ||
+ | [[File:Simplymeet api key.png|1200px|center]] | ||
<br><br> | <br><br> | ||
+ | |||
'''Base URL'''<br> | '''Base URL'''<br> | ||
<pre>https://app.simplymeet.me/api</pre> | <pre>https://app.simplymeet.me/api</pre> | ||
Line 10: | Line 15: | ||
<span style="background-color:#fef3de; padding:5px; border-radius:5px;">'''Please note!''' The SimplyMeet.me API is still in beta, this documentation is a work in progress, feel free to send us your feedback at [mailto:[email protected] [email protected]].</span> | <span style="background-color:#fef3de; padding:5px; border-radius:5px;">'''Please note!''' The SimplyMeet.me API is still in beta, this documentation is a work in progress, feel free to send us your feedback at [mailto:[email protected] [email protected]].</span> | ||
+ | <br><br><br><br> |
Revision as of 13:05, 18 January 2022
The SimplyMeet.me API is organized around REST. Our API has predictable resource-oriented URLs, uses JSON format for request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
Note: This is a Paid plan feature.
API key will become automatically available on your Integrations page as soon as you upgrade.
Base URL
https://app.simplymeet.me/api
The SimplyMeet.me API Docs demonstrate using curl to interact with the API over HTTP.
Please note! The SimplyMeet.me API is still in beta, this documentation is a work in progress, feel free to send us your feedback at [email protected].