wallm logowallm
  • Home
  • Pricing
  • FAQ
  • Contact
  • Docs
  • API Docs
Sign In
Sign Up
wallm logowallm logo

Production-grade WhatsApp API for businesses. Connect a number, call the REST API, and start sending messages in under 2 minute — no Meta approval required.

24/7Support
<200msMessage Delivery
2 minTo First Message
Product
  • Pricing
  • Documentation
  • FAQ
  • Contact
Account
  • Sign In
  • Sign Up
Legal
  • Terms of Service
  • Privacy Policy
  • Cookie Policy
© 2026 wallm. All rights reserved.Made by llmarifa with ❤️
Built for businesses
support@llmarifa.co

API Key Management

Learn how to generate, manage, and use your Wallm API key.

Overview

Your API key is a unique identifier that authenticates your requests to the Wallm API. It's essential for making API calls and managing your WhatsApp sessions programmatically.

Generating an API Key

Before generating an API key, you must have an active subscription. Once subscribed:

  1. Go to Settings in your dashboard
  2. Navigate to the API Key section
  3. Click Generate API Key
  4. Your unique API key will be displayed

Viewing Your API Key

For security purposes, your API key is hidden by default. To view it:

  1. Go to Settings → API Key
  2. Click the eye icon to reveal your full API key

Copying Your API Key

Click the copy icon to copy your API key to your clipboard. Store it securely — you'll need it for all API requests.

Regenerating Your API Key

If your API key has been compromised or you need to rotate it:

  1. Go to Settings → API Key
  2. Click the refresh icon
  3. Confirm the regeneration

Warning: Regenerating your API key will immediately invalidate the previous key. Update your applications to use the new key.

API Key Format

Your API key will look something like this:

wlm_live_a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6

The prefix wlm_live_ indicates a live/production key. Test keys use the prefix wlm_test_.

Security Best Practices

  • Never share your API key publicly — do not commit it to version control or expose it in client-side code
  • Use environment variables — store your API key in environment variables rather than hardcoding it
  • Regenerate if compromised — if you suspect your key has been exposed, regenerate it immediately