Sign in

Get SMS Sent to Account

documented

SMS metrics sent to account.

GET /get-sms-sent-to-account.jsonTransmit SMS API (v1)no 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.transmitsms.com/get-contact-sms-stats.json?query={{$query}}&page={{$page}}&limit={{$limit}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Basic {{KUDOSITY_API_KEY}}:{{KUDOSITY_API_SECRET}}"