Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 883 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 883 Bytes

Feedback API

The Feedback API allows third-party developers to use data provided by Feedback using a JSON only API. The base URL for all API endpoints is https://feedback.olery.com/api/v0 and is SSL only.

Sending Requests

Because the API is JSON only you should make sure that your HTTP requests are set up correctly. Requesting JSON data can be done by either setting the Accept header to application/json or by adding the .json extension to the URL you are requesting.

Authentication

Authentication is done using a so called authentication token and should be specified in the auth_token GET parameter. Currently these tokens have to be requested manually so send us an Email if you need one.

What can you do with the API?