get
/user/surveys/{key}
Retreive a Survey by the given key (which is unique and identifies a single Survey).
This endpoint will return either a blank Survey (if the User hasn’t answered it before), or it will return the most recent answered Survey by that User.
If the latest query param is set to true, this endpoint will always return a blank copy of the most recent published Survey.
Authorization
oauth2 - password
oauth2 - authorizationCode
oauth2 - clientCredentials
apiKey - Authorization
Request Parameters
1 Path Parameter
1 Query Parameter
6 Headers
Responses
1 Example
Schema
id
number
1 validation + required
key
string
1 validation + required
name
string
1 validation
icon_url
string
1 validation
display_text
string
1 validation
metadata
object
questions
array[object]
required
Send a Test Request
GET
Send requests directly from the browser (CORS must be enabled)
Path Params
1 path param not set
key
$$.env
1 variable not set
Authorization