Get your API key
Your API key authenticates every request between your site and Wearo. Each account can have multiple keys (e.g., one for production, one for staging).Get your first key
1
Sign in to your Wearo dashboard
Go to wearo.io/dashboard.
2
Navigate to API keys
In the sidebar, click API Keys.
3
Create a new key
Click + New API key. Give it a name like
Production or Kookai prod.4
Copy the key
The key is shown once and starts with
wearo_. Copy it and store it
securely (1Password, AWS Secrets Manager, etc.).Restrict your key to specific domains
To prevent abuse if your key leaks (e.g., scraped from your front-end), restrict it to your domains:- In API Keys, click the key.
- Under Domain restrictions, add your root domain:
kookai.fr. - All subdomains are automatically included —
www.kookai.fr,shop.kookai.fr, etc. don’t need a separate entry.
403 Domain not authorized error.
Rotate or revoke a key
If a key is compromised:- Create a new key.
- Update your snippets.
- Delete the old key.