Skip to main content
PUT
/
surveys
/
{id}
/
destination
Set survey destination
curl --request PUT \
  --url https://api.questra.ai/surveys/{id}/destination \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'X-Org-Id: <x-org-id>' \
  --data '{}'
{
  "ok": true,
  "already_submitted": true,
  "destination_set": true,
  "conversion_started": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.questra.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Org-Id
string
required

The ID of the organization to make requests against. Found on your Settings page.

Path Parameters

id
string
required

Unique ID or slug of the survey

Body

application/json

Export-only destination. Stores the target platform so callers can retrieve generated platform IR without connecting an upstream account.

platform
enum<string>
required
Available options:
alchemer,
confirmit,
decipher,
qualtrics

Response

200 - application/json

Destination saved.

ok
boolean
required
already_submitted
boolean
required
destination_set
boolean
required
conversion_started
boolean
required
status
enum<string>
required
Available options:
pending,
programming,
waiting_for_destination,
compiling,
reviewing,
live,
closed