Skip to main content

API configurations of an Instance

  1. Select any Instance under the API Instances tab. Click on Configuration. On the left side, you can see list of the Environment Settings. The environment settings saved under the Release are reflected here.

APIConfig

  1. To add a new value for the environment variable, click ‘New Value’.

APIConfig

  1. Add the new value and click on Save and Update to save the entered value.

APIConfig

  1. On the right side, you can see the configuration options for the Instance. It also includes the Instance ID. You may copy the Instance ID from here if required.

APIConfig

  1. Configure APIs as per your requirements with the following settings:
  • Enable Anonymous requests: If anonymous requests are enabled, any user may access the APIs without any authentication token. Know more about Authentication and authentication token here.

  • Enable Anonymous Registrations: If enabled, Accounts can be created by anonymous users by calling the createAccount function.

  • Enable Account verification: If enabled, Accounts must be verified before the login.

Click the check box to enable the setting.

APIConfig

  1. You may Enforce Referential Integrity On Deletes by clicking the below check box. It causes an error to be returned if an attempt is made to delete data that is being referenced by other tables. The errors can be avoided at runtime by setting the clearArrayReferences to true when you call the delete API.

APIConfig