Authentication
The E-limu API uses API keys to authenticate requests which will be generated fo you upon registration.
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.