Skip to main content

What’s New

Qrvey 8.7
Version 8.7 of the Qrvey platform is now available to customers! This version includes new features including area charts, the ability to pivot and export data, as well as numerous bug fixes and performance improvements.
Learn More
Qrvey 8.6
Version 8.6 of the Qrvey platform is now available to customers. This version includes several new feature enhancements and performance improvements.
Learn More
Required Update for 8.5.1
Attention 8.5.1 customers: for any 8.5.1 instance deployed prior to 08/05/2024, an update is required to ensure you are running the latest images.
Learn More
Qrvey 8.5
Version 8.5 (LTS) of the Qrvey platform is now available to customers. This version includes several new features and performance improvements.
Learn More
End-of-life Schedule
We've added a new article that lists the features and endpoints that have been scheduled for deprecation. All features and endpoints will be supported for (1) year after the release date of the LTS version that contains the alternative.
Learn More
Version: 8.0

Qrvey API Start Guide

Qrvey provides a comprehensive REST API that can be accessed via standard HTTP requests and responses (GET, POST, etc.). Developers may use a variety of programming languages and platforms, as most have built-in libraries for HTTP communication. You may use the Qrvey API in order to programmatically work with any of the core Qrvey application features for data collection, automation and analytics or when integrating Qrvey into your own applications.

Versioning

To minimize any compatibility issues, the Qrvey API is versioned, so the API you begin working with does not need to be changed unless you decide to upgrade to a newer version. We encourage developers to upgrade, however, as we are rapidly adding new features and functionality.

API Key

All Qrvey API requests will require an API key. If you would like to obtain an API key, please contact your Qrvey account representative or send an email to help@qrvey.com.

Getting Started

It is a good idea to familiarize yourself with the Qrvey application front-end before starting to use the API as all of the items you create or access from the Qrvey front-end are also accessible via the API. As in the Qrvey application, you can use the API to create, modify and share new web forms such as surveys and quizzes, to access data results, or to create and modify workflows.

In order to make Qrvey API requests, you will need your:

  • Base URL - where all your API calls will be made
  • API-key - your unique key that must be a part of every API call

Note: Be sure to keep this information private and do not post it publicly in your code.

Qrvey APIs are documented in Stoplight so they can be easily accessed and tried out. The full collection can be found here.