Skip to main content

Authentication

The Eze API uses API keys to authenticate requests. You can view and manage your API keys from your Developer Dashboard.

You can only have one active API key at a time. You would have to revoke an existing key before you can create a new one.

Your API key carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.

All API requests must be made over HTTPS. API requests without authentication will also fail.