Authentication view in server call settings.
Dropdown menu for an authentication configuration.
Authentication view in server call settings.

Adding authentication configuration

Most APIs will require authentication credentials, so they can recognize the request from Stonly is actually coming from you.

To add a new authentication configuration:

  1. Sign into Stonly, click on your name in the top right, and open Team Management.

  2. In the sidebar, open Server calls.

  3. Switch to the Authentication view.

  4. Click Add authentication configuration.

Setting up authentication credentials

Add a name and description for your auth config.

Next, select the authentication type used by the API you'll be calling. Currently, we support Basic auth and API keys.

Basic auth

For basic auth, you will need to provide username and password to authenticate the call.

API keys

If you're authenticating with an API key, you will need to define:

  • Where to add the key in the request (inside the header or query parameters).

  • Key. The name of the header or query parameter where the API key is included.

  • Value. The actual API key.

Dropdown menu for an authentication configuration.

Managing and deleting authentication configuration

To edit or delete an auth config:

  1. Hover over a configuration in the Authentication view.

  2. Click on the icon.

  3. Choose appropriate option from the dropdown menu.

Deleting configurations

You can only delete a configuration if it is not currently part of any server calls.

If you try to delete an auth config that's currently in use, we will display a warning with a list of all server calls that are relying on this configuration.