cURL
Review forms
Create review
Submit a review. Answers must be keyed by field name. Creates a REVIEW event and a reviews row. Rolls back the event if the insert fails.
POST
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The form unique identifier
Body
application/json
Origin of the submission (for example app, web, kiosk)
Example:
"app"
Answers keyed by field name. SCORE: number. TEXT: string. SELECT: string option value. MULTI_SELECT: array of option values.
Example:
{
"score": 4,
"reason": ["wait_time"],
"comment": "Good follow-up"
}Omit for anonymous responses
Example:
"ios"
Example:
{ "name": "Jane Doe" }Example:
{ "trip_id": "trip_1" }Response
Review created