SurveyMonkey Apply Connect
Welcome to SurveyMonkey Apply Connect’s API documentation!
The documentation provides sample requests and responses for all the methods that are currently supported. Before you get started, here are some quick tips:
Authentication: All requests sent to the API must be authenticated with OAuth 2.0. For more information, take a look here.
GET Requests: All GET requests sent to the API to detail endpoints (endpoints that return a single object rather than a collection. Example: api/applications/{id}/) must now include the
Accept: application/json
header.Data format: All data will be returned to you in an easy-to-read JSON format, and all data sent to the API should be JSON too.
Table of Contents