Create an API key
1
Open API Keys
In your EcomWize dashboard, click API Keys in the sidebar.
2
Click Create API Key
Click the + Create API Key button in the top right.
3
Name your key
Give your key a descriptive name (e.g., “Production automation” or “Staging tests”).
4
Choose permission
Select the permission level:
- Full access — can read and edit pages (fill, duplicate)
- Read only — can only list and retrieve pages
5
Copy your key
Your API key is displayed once. Copy it immediately and store it securely. You will not be able to see it again.
Using your key
Include your API key in every request using theAuthorization header:
x-api-key header as an alternative:
Key format
All EcomWize API keys start with theew_live_ prefix followed by 32 hexadecimal characters:
Permissions
If a read-only key is used on a write endpoint, the API returns a
403 error.
Revoking a key
To revoke an API key:- Go to API Keys in your dashboard.
- Click the … menu on the key you want to revoke.
- Click Revoke Key and confirm.
401 error.
Security
- API keys are hashed before storage. EcomWize never stores your raw key.
- Failed authentication attempts are rate limited to prevent brute force attacks.
- All API requests are logged with timestamps, IP addresses, and status codes for your security.