Test shortcode keyword
documentedCheck keyword availability on a shortcode.
POST /api/v2/shortcodes/{ID}/test_keywordShortcodesno 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://app.tatango.com/api/v2/shortcodes/{{$id}}/test_keyword' \
-X POST \
-H 'Accept: application/json' \
-H 'Content-Type: application/json' \
-u "{{TATANGO_SECRET}}:{{TATANGO_API_KEY}}" \
-d '{"keyword_name": "{{$keyword_name}}"}'