Sign in

Test shortcode keyword

documented

Check keyword availability on a shortcode.

POST /api/v2/shortcodes/{ID}/test_keywordShortcodesno 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://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}}"}'
Test shortcode keyword · Tatango · OpenIntegrations