Welcome to Tomba Docs! Create a free Tomba account and gain instant access to 400+ million contacts!
Tomba CLI

Http

Runs a HTTP server (reverse proxy) for Tomba.

Usage

tomba http
 ┌───────────────────────────────────────────────────┐
 │                       tomba                       │
 │                   Fiber v2.48.0                   │
 │               http://127.0.0.1:3000               │
 │       (bound on host 0.0.0.0 and port 3000)       │
 │                                                   │
 │ Handlers ............ 16  Processes ........... 1 │
 │ Prefork ....... Disabled  PID ............. 97207 │
 └───────────────────────────────────────────────────┘
bash

with port flag

tomba http --port=3001
 ┌───────────────────────────────────────────────────┐
 │                       tomba                       │
 │                   Fiber v2.48.0                   │
 │               http://127.0.0.1:3001               │
 │       (bound on host 0.0.0.0 and port 3001)       │
 │                                                   │
 │ Handlers ............ 16  Processes ........... 1 │
 │ Prefork ....... Disabled  PID ............. 97207 │
 └───────────────────────────────────────────────────┘
bash

Details: This command starts the Tomba reverse proxy server.

Endpoints

NameRouteBodyStateSlackMethod
author finder/authorurlCompletedYesPost
email counter/countdomainCompletedNoPost
enrichment/enrichemailCompletedYesPost
linkedin finder/linkedinurlCompletedYesPost
domain search/searchdomainCompletedYesPost
domain status/statusdomainCompletedNoPost
email verifier/verifyemailCompletedYesPost
logs/logsNoCompletedNoGet
usage/usageNoCompletedNoGet