# Status

Returns the status of a domainindicating if it is a webmail or disposable domain.

## Usage

```bash
tomba status --target "<domain>"
```

## Example

```bash
tomba status --target "tomba.io"
```

## Demo

![tomba status](/cli/status.svg)

## HTTP call

```bash
curl --request POST \
  --url 'http://127.0.0.1:3001/status' \
  --header 'Content-Type: multipart/form-data' \
  --form domain=gmail.com
```
