QuickTapSurvey Support Center

API Technology v1.0

API v1.0 is not the current version of the QuickTapSurvey API. If you are already using v1.0, it will continue to be supported, but if you are not yet using v1.0, please use v2.0 of the QuickTapSurvey API, which is the current version.  

The QuickTapSurvey API is build on a RESTful web services approach.   

Request parameters are sent as JSON objects in the body of an HTTP POST request.   

Response data is also sent as JSON objects in the response body of an HTTP response.

Please note that any requests that are made to the QuickTapSurvey API must support the use ofcookies according to the HTTP specification, just as a browser would.  This is required in order to maintain your session within our API server.