Generate Survey links
When the clients are not comfortable sharing the customers’ PII data with S2C, they can export unique survey links from S2C platform using the APIs. At a time, a maximum of 500 survey links can be ge
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"msg": "Request data is correct",
"data": [
{
"extUniqueId": "234567",
"message": "We are conducting a survey and your input would be appreciated. Open the link below to start the survey. Thank you for your participation! https://s2ccx.com/dYD07Un"
},
{
"extUniqueId": "123456",
"message": "We are conducting a survey and your input would be appreciated. Open the link below to start the survey. Thank you for your participation! https://s2ccx.com/fjx4cMn"
}
],
"rejected_list": [],
"accepted": 2,
"rejected": 0
}{
"error": {
"name": "bad request",
"message": "Invalid medium"
}
}Last updated