Authentication

App Backend use simple query param authentication to validate api request.

Basic Auth

By default, the API endpoints can be use without API key. If you wants to secure the API then you can Enable API Key Security that into Table Settings page.

API Key

To authentiacte your API endpoint with api_key you have to pass API key as query param in the URL.

Example:

curl https://v1.appbackend.io/v1/rows/TABLE_ID?api_key=API_KEY

You can find the API key into Table setting page and you can also reset API key.