The aether API is a simple JSON service consisting multiple methods accessible via different URIs. AuthenticationThe Aether API uses HTTP-Headers for authentication. In order to call the different methods you will need to send the following header fields: 1. aether-application-key: a dedicated application key given to you by your account manager 2. aether-account: your aether account name 3. aether-agent: your aether agent name 4. aether-password: the password for the agent login 5. aether-customization: the domain name of your whitelabel It is also advisable to send the Content-Type header with the value application/json.
|