> For the complete documentation index, see [llms.txt](https://symmetricdynamite.gitbook.io/backendless-appgyver/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://symmetricdynamite.gitbook.io/backendless-appgyver/master.md).

# Backendless API

## Backendless Rest API

For the first step we will go to backendless to acquire our API key.

```
https://backendless.com/
```

![](/files/-MJA5_dj2qFpl9pavE3P)

{% hint style="info" %}
&#x20;If you don't have an account with backendless, you can signup for free.&#x20;
{% endhint %}

Once you've registered, and confirmed email, backendless will request that you create a new app.&#x20;

![](/files/-MJA7wbXXewVSD5r_jbO)

{% hint style="info" %}
You can give your application any name. I recommend choosing a blank app, since the frontend will be created using appgyver.&#x20;
{% endhint %}

After you click create, you should see this dashboard.&#x20;

![](/files/-MJBwCYUTkclG8quVAfg)

Click on the database icon&#x20;

![](/files/-MJBwVs7SBCezRbqktZ7)

Select Users

![](/files/-MJABQyCnBCWaCzYKOrr)

Select Rest Console

![](/files/-MJAC6NZK4Ug_7_FnzSu)

We can now select **show full URL,** and we can copy, paste, and save url in a txt document for later use. You should remove the path **/data** from your url, so that is looks similar to the URL below:

```
https://api.backendless.com/application-id/REST-api-key/users
```

{% hint style="info" %}
Alternatively, you can copy and paste your application ID, and rest API key into the above URL.&#x20;
{% endhint %}

![](/files/-MJACZve1Ab7bgL6OZKj)

We now have everything we need from backendless. At this point, we can setup appgyver data configurator.&#x20;
