Backendless API
This page discusses how to acquire the backendless API
Backendless Rest API
For the first step we will go to backendless to acquire our API key.
https://backendless.com/

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

After you click create, you should see this dashboard.

Click on the database icon

Select Users

Select Rest Console

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

We now have everything we need from backendless. At this point, we can setup appgyver data configurator.
Last updated
Was this helpful?