API Specification
Headers
API key for authentication. Include this in the header of your request.
Body
A unique identifier for the participant.
Contains the survey questions. Each key is the id of the question, and the values are the text of the open-ended survey questions as shown to the participant.
Records the participant's final responses to each question.
A unique identifier for the survey.
Records the changes made by the participant while answering the survey. Each key is the id of the question, and the value is the array of changes generated by our Javascript tracker.
Response
Indicates if there was an error in processing the request.
Indicates if any fraudulent activity was detected. If true, we recommend reviewing the participant's responses.
Number of checks that failed.
Details of specific checks and their outcomes. Includes various checks like automated tests and response analysis.
A message that provides additional context or information about potential issues detected during the request processing. Only returned if there is a warning.