Create domain suggestions query
documentedSubmit a domain suggestions query.
POST /api/v2/store/domain/suggestionsStoreno 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://{{$base_url}}/api/v2/store/domain/suggestions" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-d '{"term": "{{$term}}", "tlds": {{$tlds}}, "maximum_length": {{$maximum_length}}, "filter_sensitive_content": {{$filter_sensitive_content}}}'