Skip to main content

API Key Configuration

To securely access the Operation Track API, every request must be authenticated using a valid API Key. This ensures that only verified users can interact with delivery tracking, routing, and feedback endpoints.


📌 Why You Need an API Key

Your API key:

  • Authenticates your application with Operation Track servers.
  • Tracks usage and enforces rate limits per organization.
  • Helps identify and protect your system from unauthorized access.
  • Enables logging and auditing for API calls tied to your account.

⚠️ Never share your API key publicly. Store it securely on your server or environment variables.


🛠️ How to Generate an API Key

Follow these simple steps to generate your API key from the Operation Track dashboard:

1. Log in to your Operation Track account

Go to dashboard.operationtrack.com and sign in with your credentials.

Login Screenshot


2. Navigate to "Settings"

From the topbar, click on Your User Avatar and then on Settings.

Developer Tab


3. Click “API & Webhook”

You’ll be prompted to Webhook URL.

  • Webhook URL: e.g., https://yourtrackingsystem.com/api/operationtrack/listen

Generate Key Form


4. Click “Generate New API Key”

Your new API will be generated. Click on Save.

Generate Key Form


4. Copy Your API Key

Once generated, copy the API key and store it in a secure environment variable or secret manager. For example:

export OPERATION_TRACK_API_KEY="your-api-key-here"