List SMS
documentedList SMS messages in the account (SMS history) with optional filters.
GET /a1/smsSMSno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.46elks.com/a1/sms" \
-G \
-d "to={{$to}}" \
-d "start={{$start}}" \
-d "end={{$end}}" \
-d "limit={{$limit}}" \
-u "{{46ELKS_API_KEY}}:{{46ELKS_SECRET}}" \
-H "Accept: application/json"