Welcome to Tomba Docs! Create a free Tomba account and gain instant access to 400+ million contacts!
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.com
bash