# Backendless API

## Backendless Rest API

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

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

![](https://1703088105-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MJA2ZiAocnDxiBB3Nrr%2F-MJA2z8oohAhuIr2UGPs%2F-MJA5_dj2qFpl9pavE3P%2Fbackendlessfrontpage.png?alt=media\&token=7a596df5-c0c5-45a7-84bd-dfd3b3822088)

{% 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;

![](https://1703088105-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MJA2ZiAocnDxiBB3Nrr%2F-MJA2z8oohAhuIr2UGPs%2F-MJA7wbXXewVSD5r_jbO%2Femailconfirmation.png?alt=media\&token=421bc52a-9e42-4f02-a301-04c3ea712ad3)

{% 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;

![](https://1703088105-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MJA2ZiAocnDxiBB3Nrr%2F-MJBw7g7-ZxhJHDG6jGQ%2F-MJBwCYUTkclG8quVAfg%2Ffightme.jpg?alt=media\&token=2bc5e6db-f8cd-404a-8d55-699b88f16fb0)

Click on the database icon&#x20;

![](https://1703088105-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MJA2ZiAocnDxiBB3Nrr%2F-MJBw7g7-ZxhJHDG6jGQ%2F-MJBwVs7SBCezRbqktZ7%2FInkedInkeddashboard%20backendless_LI.jpg?alt=media\&token=bfcf8ffa-395c-4d9d-bded-42aa78ef0eae)

Select Users

![](https://1703088105-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MJA2ZiAocnDxiBB3Nrr%2F-MJA2z8oohAhuIr2UGPs%2F-MJABQyCnBCWaCzYKOrr%2Fuserdashboard.png?alt=media\&token=81e5de3f-f90f-4957-8fa2-3628926cbde0)

Select Rest Console

![](https://1703088105-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MJA2ZiAocnDxiBB3Nrr%2F-MJA2z8oohAhuIr2UGPs%2F-MJAC6NZK4Ug_7_FnzSu%2FInkeduserdashboard_LI.jpg?alt=media\&token=3a6b1f53-a34a-48c3-a8fc-6adbc2e84a02)

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 %}

![](https://1703088105-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MJA2ZiAocnDxiBB3Nrr%2F-MJA2z8oohAhuIr2UGPs%2F-MJACZve1Ab7bgL6OZKj%2FInkedrestconsole_LI.jpg?alt=media\&token=17ab8e95-e6ac-4893-b1b5-9ca14fdf5b32)

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