Returns the total number of email addresses available for a specified domain.
Usage
tomba count --target "<domain>"
Examples
tomba count -t "stripe.com"
tomba count -t "stripe.com" --json
Demo

HTTP call
curl --request POST \
--url 'http://127.0.0.1:3001/count' \
--header 'Content-Type: application/json' \
--data '{"domain": "stripe.com"}'
Last modified on