Developers

Version 3

Introduction

Getting Started

Access to Akia's API is currently available to select partners. Please reach out to [email protected] if you have a request.

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.

The OAuth 2.0 Authorization Framework
https://tools.ietf.org/html/rfc6749
API Calls

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.

Next: Authentication
https://api.akia.com/docs/authentication