Use an API key to create custom applications with Blue Billywig’s API. In this article you will learn about creating API keys as well as several recommendations for managing API keys in order to keep your account secure.
1.0 | Create an API key
To create an API Key:
- Click to expand “Publication settings” in the left menu panel
- Click “Secrets”;
- Click “Create new API Key”;
- Enter the API key “label” (required) and “description” (optional);
- Select the permissions of the API key;
- Click “save” to generate the “Secret” and “ID” value of the API key. Both values are required for authentication (read more about getting started with SAPI)
2.0 | API Key Management: Best Practices
Proper API key management is recommended to keep your account secure. We would specifically recommend the following best practices:
- Create separate API keys for each implementation;
- Determine appropriate access permissions for your API keys;
- To avoid exposure to the public, beware not to embed API keys directly in your code or to store API keys in files that are part of your application’s source tree.
- Delete unused API keys;
- Periodically renew API keys;