Skip to main content
Data Export API

Pass the data collected from Survicate surveys to your database

Agnieszka avatar
Written by Agnieszka
Updated this week

With Survicate Data Export API you can use GET requests, providing you with data about your surveys, collected responses, and visitors.

Retrieving the data gathered with Survicate using export API enables you to automatically pass all the information collected with Survicate surveys to your own databases, CRMs, and custom solutions.

Data Export API allows you to receive:

  • the list of surveys on your workspace;

  • the details and parameters of a specific survey;

  • the list of questions and possible answers with their IDs in a particular survey;

  • all responses from one person;

  • any attributes collected of a particular respondent;

  • the details of a single response for a given survey.

You can find more information on authentication and methods in our article for developers.

📌Note: This feature is available on some of the plans. Check out the pricing page for detailed information about our plans and pricing. If you are interested in testing Data Export API you can contact sales@survicate.com, or reach out to our team from live chat.

Best practices

Would you like to see respondent attributes in the Data Export, such as email address, user ID or any other information you passed to Survicate?

Add:

 ?attributes[]=your1stattributename&attributes[]=your2ndattributename 

to your request.

Did this answer your question?