POST {BASE_URL}/api/sms/exportContent-Type: text/csv,Content-Disposition: attachment). Heavily rate-limited (see Rate limits).q, status (delivered|sent|failed), from, toTemplate Name, Operator, Recipient, OTP, Message, Date.If an error occurs before any data is streamed, you receive a normal JSON error
instead of a partial file.
curl --location --request POST 'https://prod.your-api-server.com/api/sms/export?q=undefined&status=undefined&from=undefined&to=undefined' \
--header 'Content-Disposition: attachment' \
--header 'x-api-key: {{x-api-key}}' \
--header 'Content-Type: text/csv'{}