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:
- Go to Settings in your dashboard
- Navigate to the API Key section
- Click Generate API Key
- Your unique API key will be displayed
Viewing Your API Key
For security purposes, your API key is hidden by default. To view it:
- Go to Settings → API Key
- 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:
- Go to Settings → API Key
- Click the refresh icon
- 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
