Introduction

Welcome to the Questback Public API! πŸ‘‹

The Questback Public API lets you integrate with the Questback platform to manage surveys (quests), send invitations, and retrieve responses. Designed with a RESTful architecture and using JSON for data exchange, it’s built for easy interoperability with modern systems.

What You Can Do with the APICopied!

  • Send invitations – Automate the distribution of surveys via email or SMS.
  • Retrieve responses – Access respondent answers for analysis and reporting.
  • Integrate systems – Integrate with Questback API to feed your own apps, CRMs, analytics tools, or data pipelines.

RESTful by DesignCopied!

The API follows the RESTful principels and communicates via standard HTTP methods with data represented in JSON format.

A RESTful API (Representational State Transfer) is a stateless, resource-oriented API design that uses standard HTTP methods like GET, POST, PUT, and DELETE to operate on structured data resources such as quests, invitations, and responses.

Core PrinciplesCopied!

  • πŸ”„ Stateless: Every request is independent; no session data is stored on the server.
  • πŸ”— Resource-based: Interact with entities like quests and invitations using clean, structured URIs.
  • πŸ“¬ HTTP methods: Perform standard CRUD operations using GET, POST, PUT, DELETE.
  • πŸ“¦ JSON format: All requests and responses use JSON, ensuring wide compatibility across platforms.

Get StartedCopied!

This documentation will guide you through the key concepts, endpoints, and best practices for integrating with the Questback API.

Whether you're a developer building integrations, a data analyst pulling reports, or a partner embedding Questback into your solution β€” you're in the right place.

πŸ” Explore the full list of endpoints in the API Reference (top right corner).

❓ Need help? Visit our Help Center or contact support.


Happy building! πŸš€