Surveys
This endpoint provides a list of Guest Satisfaction Surveys defined for the client account.
For each survey the following data is provided:
- Survey id
- Survey name
Resource URL
https://connect.reviewpro.com/v1/surveys
Try it now with our interactive API!
Parameters
Param | Value | Required |
api_key | <your api key> | Yes |
Example GET
Request
https://connect.reviewpro.com/v1/surveys?api_key=<your api key>
[
{
"id": "abcdef"
"name": "Survey name 1"
},
{
"id": foobarbaz",
"name": "Survey name 2"
}
]
Docs Navigation
- Overview
- Authentication
- Lookup Product ID (pid) for Your Account
- Lodging - Review Rating Distribution
- Lodging - Published Reviews Export
- Lodging - Customer Survey Questionnaires
- Semantic Concepts
- Semantic Mentions
- Published Reviews IFrame
- Surveys
- Surveys - Generating personalized links
- SSO: OpenID Connect
- SSO: Deprecated version
- Guest-stays API-endpoints