List Stripped Strings
GET
/sms/email-sms-stripped-strings
Email-to-SMS Stripped Strings
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://rest.clicksend.com/v3/sms/email-sms-stripped-strings'
Response Response Example
{
"data": {
"current_page": 1,
"data": [
{
"rule_id": 18,
"strip_string": "This is a test1."
},
{
"rule_id": 19,
"strip_string": "This is a test2."
}
],
"from": 1,
"last_page": 1,
"next_page_url": null,
"per_page": 15,
"prev_page_url": null,
"to": 2,
"total": 2
},
"http_code": 200,
"response_code": "SUCCESS",
"response_msg": "Here is your result."
}
Request
None