Sign in

Get domain suggestion options

documented

Return available domain suggestion options.

GET /api/v2/store/domain/suggestionsStoreno 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://{{$whmcs_base_url}}/api/v2/store/domain/suggestions" \
  -X GET \
  -G \
  -d "identifier={{WHMCS_API_IDENTIFIER}}&secret={{WHMCS_API_SECRET}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Get domain suggestion options · whmcs · OpenIntegrations