Skip to main content
GET
/
api
/
Integrations
/
SurveyMonkey
/
Surveys
Get SurveyMonkey Surveys.
curl --request GET \
  --url https://api.example.com/api/Integrations/SurveyMonkey/Surveys
[
  {
    "id": "<string>",
    "title": "<string>",
    "nickname": "<string>",
    "href": "<string>"
  }
]

Response

200 - application/json

OK

id
string | null
title
string | null
nickname
string | null
href
string | null