OTPExport
Download CSV file by filename
This endpoint allows to download CSV file with exported SMS data by its filename. Filename can be found in a received email.
Path Parameters
name*string
The file name
Header Parameters
Authorization*string
Your API token
Response Body
text/csv
text/csv
text/csv
text/csv
curl -X GET "https://dev-refactor-api-e.voipenv.uk/api/v1/sms/otp/csv/string/download" \ -H "Authorization: string""string"{
"code": 0,
"error_details": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"message": "string",
"request_id": "string",
"status": "error"
}{
"code": 0,
"error_details": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"message": "string",
"request_id": "string",
"status": "error"
}{
"code": 0,
"error_details": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"message": "string",
"request_id": "string",
"status": "error"
}