Create API Key
What is an API Key?
An API key is a unique identifier that allows secure access to the BillOver API. This key authenticates your API requests and determines which resources you can access.
How to Create an API Key?
- Log in to your BillOver account
 - Go to “API Settings” in the dashboard
 - Click on “Create New API Key”
 - Set a name for your API key
 - Click Create
 
Important
Store your API key in a secure location. For security reasons, your key will only be shown once at the time of creation.
Security Best Practices
- Never share your API key with others
 - Avoid hardcoding your API key in your source code
 - Use environment variables to store your key
 - Rotate your API keys periodically
 - Change your API key immediately if you suspect it has been compromised