Authorization header as a Bearer token:
Creating an API Key
1
Open Settings
Navigate to Settings → API Keys in your Hado SEO dashboard.
2
Create a key
Click Create API Key and give it a descriptive name (e.g., “CI/CD Pipeline” or “CMS Webhook”).
3
Copy your key
Your full API key is displayed once at creation. Copy it and store it securely — you won’t be able to see it again.
Key Format
API keys use the prefixhado_sk_ followed by 48 hex characters:
Plan Limits
The number of API keys and monthly API calls depends on your plan:Need a higher monthly limit? Contact us at [email protected].
Revoking a Key
You can revoke an API key at any time from your dashboard. Revoked keys immediately stop working and cannot be restored. Create a new key if you need to replace one.Security Best Practices
- Never commit API keys to source control. Use environment variables or a secrets manager.
- Use descriptive key names so you can identify which integration uses each key.
- Rotate keys periodically — revoke old keys and create fresh ones.
- Use one key per integration so you can revoke a single key without disrupting other workflows.