Poomi
Getting Started

Get an API Key

Generate and manage your Poomi API keys

API keys authenticate your requests to the Poomi API. Each key is tied to your account and tracks usage for billing.

Creating an API Key

  1. Sign in to your Poomi account
  2. Go to Developer Console → API Keys
  3. Click Create API Key
  4. Give your key a descriptive name (e.g., "Production", "Development")
  5. Copy the key immediately

Key Management

  • View keys: See all your keys, their names, and creation dates
  • Revoke keys: Permanently disable a key. This action cannot be undone
  • Multiple keys: Create separate keys for different environments or applications

API keys are shown only once at creation. Store them securely — in environment variables or a secret manager, never in source code.

For key format details and security best practices, see Authentication.

On this page