Start a new survey session or restart a current one
POST/surveys/sessions
Creates a survey session token, which is returned back to the client along with the id of the first question for this survey
Request
Responses
- 200
- 400
- 401
- 403
- 405
- 500
Returns a newly created token to be used throughout to identify the session in subsequent requests along with the id of the first question to be answered
Bad Request
Unauthorized client
Insufficient scope for accessing this resource
Method not allowed
Unexpected server error