Get API Message History
documentedRetrieve history of messages sent through the API.
Message Reportingno implementation yet0 runs
No 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.textlocal.in/get_history_api/" \
-X POST \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Accept: application/json" \
-d 'apikey={{TEXTLOCAL_API_KEY}}&min_time={{$min_time}}&max_time={{$max_time}}&sort_order={{$sort_order}}&start={{$start}}&limit={{$limit}}'