Using Swagger and the Audere API

Swagger allows you to seamlessly integrate the Audere API with your product API.

Introduction

The Audere Platform was designed for integration with external software that enables you to tailor the system to fit your unique business needs. The API (Application Programming Interface) enables you to read and write data and integrate in real time with the external data sources. This article is intended for application developers and programmers with at least intermediate-level experience to interact with our REST API.

The Audere Integration API is self-documented in Swagger.

To launch Swagger:

Open https://api.audere.com

audere swagger

Authorization

The Audere API uses API Keys to authenticate all requests., which you view in Account Settings

  1. Verify https://api.audere.com is selected from the Servers drop-down list and select Authorize to open the Available authorizations dialog.
    available authorizations dialog1
  2. Enter your API key in the Value field. No password is needed.
  3. Select Authorize.
  4. Select Close to exit the Available authorizations dialog or Logout to sign out of the API key.

Important: To ensure successful API calls, you must use HTTPS for all requests. Any API requests made without authentication will result in failure.

After your API Key has been authorized, feel free to use the Try it Out button to view CRUD operations before applying them.

audere swagger get client


See Also:

Adding an API Key

Updating an API Key

Viewing a Public Key