Difference between revisions of "API Reference"
From SimplyMeet.me
Line 1: | Line 1: | ||
− | The | + | 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. |
− | <span style="background-color:#ffe9e9; padding:5px; border-radius:5px;">'''Please note!''' Access to the | + | <span style="background-color:#ffe9e9; padding:5px; border-radius:5px;">'''Please note!''' Access to the SimplyMeet.me API can be requested from the Integrations page in your dashboard.</span> |
[[File:Api use request.png|center]] | [[File:Api use request.png|center]] | ||
<br><br> | <br><br> | ||
Line 8: | Line 8: | ||
− | The | + | 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 | + | <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> |
Revision as of 11:50, 20 August 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.
Base URL
https://harmonizely.com/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].