# Introduction

The Harmonizely API is organized around [REST](http://en.wikipedia.org/wiki/Representational_State_Transfer). Our API has predictable resource-oriented URLs,  uses JSON format for request bodies, returns [JSON-encoded](http://www.json.org/) responses, and uses standard HTTP response codes, authentication, and verbs.

{% hint style="danger" %}
Access to the Harmonizely API can be requested from the [Integrations](https://harmonizely.com/integrations) page in your dashboard.
{% endhint %}

![](https://486596157-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M7vrpx4s4rrG26e7Caq%2F-M8FxBSKNvUedHY_1pfh%2F-M8FyQxI7N8PQXnf10Bd%2Fintegapi.png?alt=media\&token=85f77e42-482e-4309-bbaa-cc676c2a4f50)

#### Base URL

```bash
https://harmonizely.com/api
```

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

{% hint style="warning" %}
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>.
{% endhint %}
