Difference between revisions of "API Reference"

From SimplyMeet.me
Line 10: Line 10:
  
 
'''Base URL'''<br>
 
'''Base URL'''<br>
<pre>https://app.simplymeet.me/api</pre>
+
<pre>https://secure.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.

Revision as of 12:56, 24 March 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.

Simplymeet api key.png



Base URL

https://secure.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.