Skip to content

The Feedback API allows third-party developers to use data provided by Feedback

Notifications You must be signed in to change notification settings

olery/feedback-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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?

About

The Feedback API allows third-party developers to use data provided by Feedback

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published