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?

  1. Log in to your BillOver account
  2. Go to “API Settings” in the dashboard
  3. Click on “Create New API Key”
  4. Set a name for your API key
  5. 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