Get all search bulk operations
query Parameters
pagePage number for pagination (1-based).
limitNumber of items returned per page.
directionSort direction for list endpoints.
filterFilter list results by status.
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Get all search bulk operations › Responses
List of bulk operations
Create new search bulk operation
Create a new search bulk operation to find email addresses based on a list of domains.
You can provide the list of domains directly in the request body or upload a CSV file containing the domains.
Each domain should be on a new line in the CSV file.
The API will process the list and return a bulk operation ID that you can use to track the progress and retrieve the results once the operation is complete.
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Create new search bulk operation › Request Body
nameName of the bulk operation
maximumMaximum results per domain
Type of emails to search for
Department filter
listList of items to process (domains, emails, etc.)
sourcesInclude sources in results
notifieSend notifications
verifyEnable verification
totalTotal number of items
delimiterCSV delimiter character
validValid flag
columnColumn number for processing
Create new search bulk operation › Responses
Bulk operation created successfully
Get specific search bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Get specific search bulk operation › Responses
Bulk operation details
Launch search bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Launch search bulk operation › Responses
Operation completed successfully
Delete search bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Delete search bulk operation › Responses
Operation completed successfully
Archive search bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Archive search bulk operation › Responses
Operation completed successfully
Get search bulk operation progress
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Get search bulk operation progress › Responses
Bulk operation progress
statusCurrent status
progressProgress percentage
processedNumber of items processed
Download search bulk results
path Parameters
idBulk operation ID
query Parameters
typeResult set to include in the downloaded file.
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Download search bulk results › Responses
CSV file download
Rename search bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Rename search bulk operation › Request Body
nameNew name for the bulk operation
Rename search bulk operation › Responses
Operation completed successfully
Get all similar bulk operations
query Parameters
pagePage number for pagination (1-based).
limitNumber of items returned per page.
directionSort direction for list endpoints.
filterFilter list results by status.
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Get all similar bulk operations › Responses
List of bulk operations
Create new similar bulk operation
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Create new similar bulk operation › Request Body
nameName of the bulk operation
maximumMaximum results per domain
Type of emails to search for
Department filter
listList of items to process (domains, emails, etc.)
sourcesInclude sources in results
notifieSend notifications
verifyEnable verification
totalTotal number of items
delimiterCSV delimiter character
validValid flag
columnColumn number for processing
Create new similar bulk operation › Responses
Bulk operation created successfully
Get specific similar bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Get specific similar bulk operation › Responses
Bulk operation details
Launch similar bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Launch similar bulk operation › Responses
Operation completed successfully
Delete similar bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Delete similar bulk operation › Responses
Operation completed successfully
Archive similar bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Archive similar bulk operation › Responses
Operation completed successfully
Get similar bulk operation progress
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Get similar bulk operation progress › Responses
Bulk operation progress
statusCurrent status
progressProgress percentage
processedNumber of items processed
Download similar bulk results
path Parameters
idBulk operation ID
query Parameters
typeResult set to include in the downloaded file.
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Download similar bulk results › Responses
CSV file download
Rename similar bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Rename similar bulk operation › Request Body
nameNew name for the bulk operation
Rename similar bulk operation › Responses
Operation completed successfully
Get all company bulk operations
query Parameters
pagePage number for pagination (1-based).
limitNumber of items returned per page.
directionSort direction for list endpoints.
filterFilter list results by status.
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Get all company bulk operations › Responses
List of bulk operations
Create new company bulk operation
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Create new company bulk operation › Request Body
nameName of the bulk operation
listList of items to process (domains, emails, etc.)
sourcesInclude sources in results
notifieSend notifications
verifyEnable verification
totalTotal number of items
delimiterCSV delimiter character
validValid flag
columnColumn number for processing
Create new company bulk operation › Responses
Bulk operation created successfully
Get specific company bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Get specific company bulk operation › Responses
Bulk operation details
Launch company bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Launch company bulk operation › Responses
Operation completed successfully
Delete company bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Delete company bulk operation › Responses
Operation completed successfully
Archive company bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Archive company bulk operation › Responses
Operation completed successfully
Get company bulk operation progress
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Get company bulk operation progress › Responses
Bulk operation progress
statusCurrent status
progressProgress percentage
processedNumber of items processed
Download company bulk results
path Parameters
idBulk operation ID
query Parameters
typeResult set to include in the downloaded file.
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Download company bulk results › Responses
CSV file download
Rename company bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Rename company bulk operation › Request Body
nameNew name for the bulk operation
Rename company bulk operation › Responses
Operation completed successfully
Get all finder bulk operations
query Parameters
pagePage number for pagination (1-based).
limitNumber of items returned per page.
directionSort direction for list endpoints.
filterFilter list results by status.
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Get all finder bulk operations › Responses
List of bulk operations
Create new finder bulk operation
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Create new finder bulk operation › Request Body
nameName of the bulk operation
fileCSV file for bulk processing
listList of items to process (domains, emails, etc.)
sourcesInclude sources in results
notifieSend notifications
verifyEnable verification
totalTotal number of items
delimiterCSV delimiter character
validValid flag
columnColumn number for processing
column_firstFirst name column number
column_lastLast name column number
column_nameFull name column number
column_domainDomain column number (required)
skipSkip first row (header)
Create new finder bulk operation › Responses
Bulk operation created successfully
Get specific finder bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Get specific finder bulk operation › Responses
Bulk operation details
Launch finder bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Launch finder bulk operation › Responses
Operation completed successfully
Delete finder bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Delete finder bulk operation › Responses
Operation completed successfully
Archive finder bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Archive finder bulk operation › Responses
Operation completed successfully
Get finder bulk operation progress
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Get finder bulk operation progress › Responses
Bulk operation progress
statusCurrent status
progressProgress percentage
processedNumber of items processed
Download finder bulk results
path Parameters
idBulk operation ID
query Parameters
typeResult set to include in the downloaded file.
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Download finder bulk results › Responses
CSV file download
Rename finder bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Rename finder bulk operation › Request Body
nameNew name for the bulk operation
Rename finder bulk operation › Responses
Operation completed successfully
Get all enrich bulk operations
query Parameters
pagePage number for pagination (1-based).
limitNumber of items returned per page.
directionSort direction for list endpoints.
filterFilter list results by status.
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Get all enrich bulk operations › Responses
List of bulk operations
Create new enrich bulk operation
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Create new enrich bulk operation › Request Body
nameName of the bulk operation
listList of items to process (domains, emails, etc.)
sourcesInclude sources in results
notifieSend notifications
verifyEnable verification
totalTotal number of items
delimiterCSV delimiter character
validValid flag
columnColumn number for processing
Create new enrich bulk operation › Responses
Bulk operation created successfully
Get specific enrich bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Get specific enrich bulk operation › Responses
Bulk operation details
Launch enrich bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Launch enrich bulk operation › Responses
Operation completed successfully
Delete enrich bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Delete enrich bulk operation › Responses
Operation completed successfully
Archive enrich bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Archive enrich bulk operation › Responses
Operation completed successfully
Get enrich bulk operation progress
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Get enrich bulk operation progress › Responses
Bulk operation progress
statusCurrent status
progressProgress percentage
processedNumber of items processed
Download enrich bulk results
path Parameters
idBulk operation ID
query Parameters
typeResult set to include in the downloaded file.
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Download enrich bulk results › Responses
CSV file download
Rename enrich bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Rename enrich bulk operation › Request Body
nameNew name for the bulk operation
Rename enrich bulk operation › Responses
Operation completed successfully
Get all LinkedIn bulk operations
query Parameters
pagePage number for pagination (1-based).
limitNumber of items returned per page.
directionSort direction for list endpoints.
filterFilter list results by status.
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Get all LinkedIn bulk operations › Responses
List of bulk operations
Create new LinkedIn bulk operation
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Create new LinkedIn bulk operation › Request Body
nameName of the bulk operation
listList of items to process (domains, emails, etc.)
sourcesInclude sources in results
notifieSend notifications
verifyEnable verification
totalTotal number of items
delimiterCSV delimiter character
validValid flag
columnColumn number for processing
Create new LinkedIn bulk operation › Responses
Bulk operation created successfully
Get specific LinkedIn bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Get specific LinkedIn bulk operation › Responses
Bulk operation details
Launch LinkedIn bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Launch LinkedIn bulk operation › Responses
Operation completed successfully
Delete LinkedIn bulk operation (alternative endpoint)
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Delete LinkedIn bulk operation (alternative endpoint) › Responses
Operation completed successfully
Delete LinkedIn bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Delete LinkedIn bulk operation › Responses
Operation completed successfully
Archive LinkedIn bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Archive LinkedIn bulk operation › Responses
Operation completed successfully
Get LinkedIn bulk operation progress
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Get LinkedIn bulk operation progress › Responses
Bulk operation progress
statusCurrent status
progressProgress percentage
processedNumber of items processed
Download LinkedIn bulk results
path Parameters
idBulk operation ID
query Parameters
typeResult set to include in the downloaded file.
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Download LinkedIn bulk results › Responses
CSV file download
Rename LinkedIn bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Rename LinkedIn bulk operation › Request Body
nameNew name for the bulk operation
Rename LinkedIn bulk operation › Responses
Operation completed successfully
Get all author bulk operations
query Parameters
pagePage number for pagination (1-based).
limitNumber of items returned per page.
directionSort direction for list endpoints.
filterFilter list results by status.
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Get all author bulk operations › Responses
List of bulk operations
Create new author bulk operation
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Create new author bulk operation › Request Body
nameName of the bulk operation
listList of items to process (domains, emails, etc.)
sourcesInclude sources in results
notifieSend notifications
verifyEnable verification
totalTotal number of items
delimiterCSV delimiter character
validValid flag
columnColumn number for processing
Create new author bulk operation › Responses
Bulk operation created successfully
Get specific author bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Get specific author bulk operation › Responses
Bulk operation details
Launch author bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Launch author bulk operation › Responses
Operation completed successfully
Delete author bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Delete author bulk operation › Responses
Operation completed successfully
Archive author bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Archive author bulk operation › Responses
Operation completed successfully
Get author bulk operation progress
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Get author bulk operation progress › Responses
Bulk operation progress
statusCurrent status
progressProgress percentage
processedNumber of items processed
Download author bulk results
path Parameters
idBulk operation ID
query Parameters
typeResult set to include in the downloaded file.
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Download author bulk results › Responses
CSV file download
Rename author bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Rename author bulk operation › Request Body
nameNew name for the bulk operation
Rename author bulk operation › Responses
Operation completed successfully
Get all verifier bulk operations
query Parameters
pagePage number for pagination (1-based).
limitNumber of items returned per page.
directionSort direction for list endpoints.
filterFilter list results by status.
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Get all verifier bulk operations › Responses
List of bulk operations
Create new verifier bulk operation
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Create new verifier bulk operation › Request Body
nameName of the bulk operation
listList of items to process (domains, emails, etc.)
sourcesInclude sources in results
notifieSend notifications
verifyEnable verification
totalTotal number of items
delimiterCSV delimiter character
validValid flag
columnColumn number for processing
Create new verifier bulk operation › Responses
Bulk operation created successfully
Get specific verifier bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Get specific verifier bulk operation › Responses
Bulk operation details
Launch verifier bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Launch verifier bulk operation › Responses
Operation completed successfully
Delete verifier bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Delete verifier bulk operation › Responses
Operation completed successfully
Archive verifier bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Archive verifier bulk operation › Responses
Operation completed successfully
Get verifier bulk operation progress
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Get verifier bulk operation progress › Responses
Bulk operation progress
statusCurrent status
progressProgress percentage
processedNumber of items processed
Download verifier bulk results
path Parameters
idBulk operation ID
query Parameters
typeResult set to include in the downloaded file.
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Download verifier bulk results › Responses
CSV file download
Rename verifier bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Rename verifier bulk operation › Request Body
nameNew name for the bulk operation
Rename verifier bulk operation › Responses
Operation completed successfully
Get all phone finder bulk operations
query Parameters
pagePage number for pagination (1-based).
limitNumber of items returned per page.
directionSort direction for list endpoints.
filterFilter list results by status.
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Get all phone finder bulk operations › Responses
List of bulk operations
Create new phone finder bulk operation
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Create new phone finder bulk operation › Request Body
nameName of the bulk operation
listList of items to process (domains, emails, etc.)
sourcesInclude sources in results
notifieSend notifications
verifyEnable verification
totalTotal number of items
delimiterCSV delimiter character
validValid flag
columnColumn number for processing
Create new phone finder bulk operation › Responses
Bulk operation created successfully
Get specific phone finder bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Get specific phone finder bulk operation › Responses
Bulk operation details
Launch phone finder bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Launch phone finder bulk operation › Responses
Operation completed successfully
Delete phone finder bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Delete phone finder bulk operation › Responses
Operation completed successfully
Archive phone finder bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Archive phone finder bulk operation › Responses
Operation completed successfully
Get phone finder bulk operation progress
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Get phone finder bulk operation progress › Responses
Bulk operation progress
statusCurrent status
progressProgress percentage
processedNumber of items processed
Download phone finder bulk results
path Parameters
idBulk operation ID
query Parameters
typeResult set to include in the downloaded file.
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Download phone finder bulk results › Responses
CSV file download
Rename phone finder bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Rename phone finder bulk operation › Request Body
nameNew name for the bulk operation
Rename phone finder bulk operation › Responses
Operation completed successfully
Get all phone validator bulk operations
query Parameters
pagePage number for pagination (1-based).
limitNumber of items returned per page.
directionSort direction for list endpoints.
filterFilter list results by status.
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Get all phone validator bulk operations › Responses
List of bulk operations
Create new phone validator bulk operation
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Create new phone validator bulk operation › Request Body
nameName of the bulk operation
fileCSV file for phone validation
listList of items to process (domains, emails, etc.)
sourcesInclude sources in results
notifieSend notifications
verifyEnable verification
totalTotal number of items
delimiterCSV delimiter character
validValid flag
columnColumn number for processing
column_phonePhone number column
column_countryCountry column
Create new phone validator bulk operation › Responses
Bulk operation created successfully
Get specific phone validator bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Get specific phone validator bulk operation › Responses
Bulk operation details
Launch phone validator bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Launch phone validator bulk operation › Responses
Operation completed successfully
Delete phone validator bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Delete phone validator bulk operation › Responses
Operation completed successfully
Archive phone validator bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Archive phone validator bulk operation › Responses
Operation completed successfully
Get phone validator bulk operation progress
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Get phone validator bulk operation progress › Responses
Bulk operation progress
statusCurrent status
progressProgress percentage
processedNumber of items processed
Download phone validator bulk results
path Parameters
idBulk operation ID
query Parameters
typeResult set to include in the downloaded file.
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Download phone validator bulk results › Responses
CSV file download
Rename phone validator bulk operation
path Parameters
idBulk operation ID
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Rename phone validator bulk operation › Request Body
nameNew name for the bulk operation
Rename phone validator bulk operation › Responses
Operation completed successfully