API stands for "application programming interface". It can be helpful to think of an API as a way for different apps to talk to one another. For many users, the main interaction with the API will be through API access key - a way for other apps to access your account without you giving out your password. The QuestionPro API is organized around REST. We use built-in HTTP features such as HTTP authentication and HTTP verbs to allow you to interact securely with our API from a client-side web application. JSON will be returned in all responses from the API, including errors.
You can use the community Member Survey API call to receive the status of all the surveys for any member. A response would include details of all surveys, survey name, the link of a survey, and status for each. The request JSON Format contains the key-value pair of the required parameter.