Returns the status of a domain—indicating if it is a webmail or disposable domain.
Usage
tomba status --target "<domain>"
Example
tomba status --target "example.com"
HTTP call
curl --request POST \
--url 'http://127.0.0.1:3001/status' \
--header 'Content-Type: multipart/form-data' \
--form domain=gmail.com
Last modified on