Check coverage
documentedCheck whether a destination number is routable and get a minimum charge.
SMS REST APIno 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.clickatell.com/rest/coverage/{{$msisdn}}" \
-X GET \
-H "X-Version: 1" \
-H "Accept: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"