Create an API key
Choose permission
Select the permission level:
- Full access — can read and edit pages (fill, duplicate)
- Read only — can only list and retrieve pages
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
| Permission | List pages | Get page | Fill page | Duplicate and fill |
|---|---|---|---|---|
| Full access | Yes | Yes | Yes | Yes |
| Read only | Yes | Yes | No | No |
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.