Aqua Wave is based on a REST API that powers all of its core logic. Nearly all of this API can be accessed via an API key, without having to use the Aqua Wave interface.
TABLE OF CONTENTS
Generating an API Key
- Sign into the Aqua Wave console and navigate to the "My Account" > "API Keys" page.
- Click "Generate API Key" at the top right of the page.
Be sure to save the API secret because it will not be accessible after the window is closed.
Accessing API Documentation
The Aqua Wave API is well-documented and includes detailed code samples and response data. It can be accessed here.
API Code Samples
You can find sample code and scripts in our GitHub repository.