



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:
Sign into Stonly, click on your name in the top right, and open Team Management.
In the sidebar, open Server calls.
Switch to the Authentication view.
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.

Managing and deleting authentication configuration
To edit or delete an auth config:
Hover over a configuration in the Authentication view.
Click on the … icon.
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.