Sign in

View Keywords

documented

List keywords configured on your account.

Keywordsno 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://www.firetext.co.uk/api/keywords/json?apiKey={{FIRETEXT_API_KEY}}&pp={{$pp}}&page={{$page}}&subaccount={{$subaccount}}" \
  -X GET \
  -H "Accept: application/json" \
  && npx -y keychains@latest curl "https://www.firetext.co.uk/api/keywords/json" \
  -X POST \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d "apiKey={{FIRETEXT_API_KEY}}&pp={{$pp}}&page={{$page}}&subaccount={{$subaccount}}"