Difference between revisions of "API Reference"

From SimplyMeet.me
Line 5: Line 5:
 
<br><br>
 
<br><br>
 
'''Base URL'''<br>
 
'''Base URL'''<br>
<pre>https://simplymeet.me/api</pre>
+
<pre>https://app.simplymeet.me/api</pre>
  
 
The SimplyMeet.me API Docs demonstrate using curl to interact with the API over HTTP.
 
The SimplyMeet.me API Docs demonstrate using curl to interact with the API over HTTP.
  
 
<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:support@simplymeet.me support@simplymeet.me].</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:support@simplymeet.me support@simplymeet.me].</span>

Revision as of 10:47, 4 November 2021

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.

Please note! Access to the SimplyMeet.me API can be requested from the Integrations page in your dashboard.

Simplymeet api access request.png



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 support@simplymeet.me.