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