API Keys

Overview

API keys are automatically generated when you create a company and are required for authenticating requests to the Notify API. Each company has one unique API key.

Viewing Your API Key

You can find your API key in the company view page of your dashboard. For security:

  • The API key is displayed in a masked input field
  • Click the field to copy the key to your clipboard
  • A confirmation message appears when the key is copied

Security Best Practices

  1. Keep Keys Private

    • Never share your API key publicly
    • Don't commit API keys to version control
    • Don't include keys in client-side code
  2. Access Control

    • Only authenticated users can view API keys
    • Keys are company-specific
    • Each user can only access their own company's key

Key Generation

API keys are automatically:

  • Generated during company creation
  • Associated with your company account
  • Stored securely in the database

For technical support with API keys, please contact our support team.