Difference between revisions of "API Reference"

From SimplyMeet.me
(Created page with "The Harmonizely API is organized around '''REST'''. Our API has predictable resource-oriented URLs, uses JSON format for request bodies, returns '''JSON-encoded''' responses,...")
 
Line 11: Line 11:
  
  
<span style="background-color:#fef3de; padding:5px; border-radius:5px;">'''Please note!''' The Harmonizely API is still in beta, this documentation is a work in progress, feel free to send us your feedback at support@harmonizely.com.</span>
+
<span style="background-color:#fef3de; padding:5px; border-radius:5px;">'''Please note!''' The Harmonizely API is still in beta, this documentation is a work in progress, feel free to send us your feedback at [mailto:support@harmonizely.com support@harmonizely.com].</span>

Revision as of 13:26, 17 August 2021

The Harmonizely 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 Harmonizely API can be requested from the Integrations page in your dashboard.

Api use request.png



Base URL

https://harmonizely.com/api


The Harmonizely API Docs demonstrate using curl to interact with the API over HTTP.


Please note! The Harmonizely API is still in beta, this documentation is a work in progress, feel free to send us your feedback at support@harmonizely.com.