Akia offers a REST-ful API with authentication implemented in accordance with OAuth 2.0 (RFC 6749). The current version of the Akia API is version 3 (beta). The current version of the API may release breaking changes, which will be published here.
All calls in this documentation expect either GET or POST requests made against the following base URL (unless otherwise specified).
https://api.akia.com/v3/
Additionally, most of our API calls will require an access token generated through an OAuth Dialog, which can be found on our Authentication page.