Research Desk Demand API v1.1
Initial public release of the Research Desk Demand API. Provides programmatic access to the full survey lifecycle — from project creation and audience targeting through fieldwork management and respondent reconciliation.Endpoint Groups
AuthenticationPOST /tokens— Generate a JWT token using email and password credentials
GET /users— Retrieve users associated with your accountGET /accounts— Retrieve account details and configuration
GET /definitions— Fetch platform-wide reference values (countries, languages, survey statuses, etc.)GET /qualifications— Retrieve the full library of audience targeting attributes and their valid option values
GET /projects— List and filter projectsPOST /projects— Create a new projectPATCH /projects/{id}— Update project details or status
GET /surveys— List and filter surveys within a projectPOST /surveys— Create a new survey with targeting, quotas, and redirect linksPATCH /surveys/{id}— Update survey configuration, status, or compensation
GET /responses— Retrieve respondent records with status and metadataPATCH /responses/{id}— Reconcile individual response records (quality-based exclusions)