Skip to main content
POST
Surveys
Rate limit: 10 requests/second Note: The GET method returns a list of objects, POST and PATCH accept and return a single object
Query String Parameters (GET)
Survey Object Definition

Authorizations

Authorization
string
header
required

JWT access token sent directly in the Authorization header (no Bearer prefix). Accepted tokens: (1) Cognito JWT from POST /tokens, or (2) WorkOS AuthKit access token issued for your Research Desk organization. POST /tokens still issues Cognito tokens only.

Body

application/json

Create a survey. Fields are indicative; consult endpoint page for full details.

project_id
string
name
string
country
string
language
string
completes_wanted
integer
incidence_rate
number
length_of_interview
integer
status
string

Response

200 - application/json

Surveys

survey
object