Company Settings

Overview

Manage your company profile and API credentials through the dashboard. Company settings provide essential information and access to your API key for integration with Notify's email services.

Viewing Company Details

Company Profile

Your company profile displays:

  • Company name
  • Website domain
  • API key (securely masked)

API Key Management

  • View your API key in a secure, masked format
  • Click the API key field to copy it to clipboard
  • Keep your API key secure and never share it publicly

Creating a Company

Requirements

  • Valid company name
  • Website domain (must start with https://)
  • One company per user account

Creation Process

  1. Navigate to company creation page
  2. Fill in required information:
    - Company Name (e.g., "ACME Co") - Website URL (e.g., "https://example.com")
    
  3. Submit the form
  4. Upon success, you'll be redirected to the dashboard

Security Notes

  • API keys are automatically generated during company creation
  • Keys are stored securely and shown only in masked format
  • Each company has a unique API key
  • Never share your API key or store it in public repositories

Technical Reference

The company details interface is defined as:

interface Company {
  name: string;
  domain: string;
  api_key: string;
}

For technical support with company settings, contact our support team.