Request SMS file exporting
Create a request to export your SMS to CSV file. Export of SMS is performed asynchronously, as it might take some time. When export is done, you will receive an email notification with a link to download your CSV file. The CSV file can contain 700.000 SMS at maximum. The exported file is stored 24 hours, but there is a limitation in amount of data that can be stored. If you have exceeded this limit, your older files will be deleted so the new ones can be created.
Header Parameters
Your API token
Request Body
application/json
Request body, contains filtration parameters.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://dev-refactor-api-e.voipenv.uk/api/v1/sms/otp/csv" \ -H "Authorization: string" \ -H "Content-Type: application/json" \ -d '{}'{
"code": 0,
"message": "string",
"request_id": "string",
"status": "ok"
}{
"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"
}