The EtherOne API uses APP keys to authenticate requests. You can view and manage your APP keys in the EtherOne Dashboard
Your APP keys carry many privileges, so be sure to keep them secure! Do not share your secret APP keys in publicly accessible areas such as GitHub, client-side code, and so forth.
Authentication to the API is performed via a JSON request. Provide your APP key and APP Secret in the JSON body, this will generate an access token to be used on every request when accessing the API. Please note that this access token expires every 180 seconds
All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.
You can generate an APP key from your Dashboard at any time.