Welcome to Tomba Docs! Create a free Tomba accountand gain instant access to 400+ million contacts!
Tomba

Bulks

Endpoint:https://api.tomba.io/v1

Get all search bulk operations

GET
https://api.tomba.io/v1
/bulk/search

Get all search bulk operationsquery Parameters

  • pageinteger · min: 1

    Page number for pagination

    Default: 1
  • limitinteger · min: 1 · max: 50

    Number of items per page (max 50)

    Default: 10
  • directionstring · enum

    Sort direction

    Enum values:
    desc
    asc
    Default: desc
  • filterstring · enum

    Filter results

    Enum values:
    archived
    all

Get all search bulk operationsResponses

    • dataobject[]
    • metaobject

Create new search bulk operation

POST
https://api.tomba.io/v1
/bulk/search

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.

Create new search bulk operationRequest Body

  • namestring · minLength: 3 · maxLength: 200 · required

    Name of the bulk operation

  • liststring

    List of items to process (domains, emails, etc.)

  • sourcesboolean

    Include sources in results

  • notifieboolean

    Send notifications

  • verifyboolean

    Enable verification

  • totalinteger

    Total number of items

  • delimiterstring

    CSV delimiter character

  • validboolean

    Valid flag

  • columninteger

    Column number for processing

  • maximumstring · enum · required

    Maximum results per domain

    Enum values:
    1
    5
    10
    20
    50
    100
  • email_typeobject · required

    Type of emails to search for

  • departmentobject · required

    Department filter

Create new search bulk operationResponses

    • dataobject

Get specific search bulk operation

GET
https://api.tomba.io/v1
/bulk/search/{id}

Get specific search bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Get specific search bulk operationResponses

    • dataobject[]

Launch search bulk operation

PUT
https://api.tomba.io/v1
/bulk/search/{id}

Launch search bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Launch search bulk operationResponses

    • dataobject

Delete search bulk operation

DELETE
https://api.tomba.io/v1
/bulk/search/{id}/delete

Delete search bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Delete search bulk operationResponses

    • dataobject

Archive search bulk operation

DELETE
https://api.tomba.io/v1
/bulk/search/{id}/archive

Archive search bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Archive search bulk operationResponses

    • dataobject

Get search bulk operation progress

GET
https://api.tomba.io/v1
/bulk/search/{id}/progress

Get search bulk operation progresspath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Get search bulk operation progressResponses

    • statusboolean

      Current status

    • progressinteger · max: 100

      Progress percentage

    • processedinteger

      Number of items processed


Download search bulk results

GET
https://api.tomba.io/v1
/bulk/search/{id}/download

Download search bulk resultspath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Download search bulk resultsquery Parameters

  • typestring · enum

    Type of download file

    Enum values:
    full
    not_found
    valid
    Default: full

Download search bulk resultsResponses

    string

Rename search bulk operation

PUT
https://api.tomba.io/v1
/bulk/search/{id}/rename

Rename search bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Rename search bulk operationRequest Body

  • namestring · minLength: 3 · maxLength: 200 · required

    New name for the bulk operation

Rename search bulk operationResponses

    • dataobject

Get all similar bulk operations

GET
https://api.tomba.io/v1
/bulk/similar

Get all similar bulk operationsquery Parameters

  • pageinteger · min: 1

    Page number for pagination

    Default: 1
  • limitinteger · min: 1 · max: 50

    Number of items per page (max 50)

    Default: 10
  • directionstring · enum

    Sort direction

    Enum values:
    desc
    asc
    Default: desc
  • filterstring · enum

    Filter results

    Enum values:
    archived
    all

Get all similar bulk operationsResponses

    • dataobject[]
    • metaobject

Create new similar bulk operation

POST
https://api.tomba.io/v1
/bulk/similar

Create new similar bulk operationRequest Body

  • namestring · minLength: 3 · maxLength: 200 · required

    Name of the bulk operation

  • liststring

    List of items to process (domains, emails, etc.)

  • sourcesboolean

    Include sources in results

  • notifieboolean

    Send notifications

  • verifyboolean

    Enable verification

  • totalinteger

    Total number of items

  • delimiterstring

    CSV delimiter character

  • validboolean

    Valid flag

  • columninteger

    Column number for processing

  • maximumstring · enum · required

    Maximum results per domain

    Enum values:
    1
    5
    10
    20
    50
    100
  • email_typeobject · required

    Type of emails to search for

  • departmentobject · required

    Department filter

Create new similar bulk operationResponses

    • dataobject

Get specific similar bulk operation

GET
https://api.tomba.io/v1
/bulk/similar/{id}

Get specific similar bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Get specific similar bulk operationResponses

    • dataobject[]

Launch similar bulk operation

PUT
https://api.tomba.io/v1
/bulk/similar/{id}

Launch similar bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Launch similar bulk operationResponses

    • dataobject

Delete similar bulk operation

DELETE
https://api.tomba.io/v1
/bulk/similar/{id}/delete

Delete similar bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Delete similar bulk operationResponses

    • dataobject

Archive similar bulk operation

DELETE
https://api.tomba.io/v1
/bulk/similar/{id}/archive

Archive similar bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Archive similar bulk operationResponses

    • dataobject

Get similar bulk operation progress

GET
https://api.tomba.io/v1
/bulk/similar/{id}/progress

Get similar bulk operation progresspath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Get similar bulk operation progressResponses

    • statusboolean

      Current status

    • progressinteger · max: 100

      Progress percentage

    • processedinteger

      Number of items processed


Download similar bulk results

GET
https://api.tomba.io/v1
/bulk/similar/{id}/download

Download similar bulk resultspath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Download similar bulk resultsquery Parameters

  • typestring · enum

    Type of download file

    Enum values:
    full
    not_found
    valid
    Default: full

Download similar bulk resultsResponses

    string

Rename similar bulk operation

PUT
https://api.tomba.io/v1
/bulk/similar/{id}/rename

Rename similar bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Rename similar bulk operationRequest Body

  • namestring · minLength: 3 · maxLength: 200 · required

    New name for the bulk operation

Rename similar bulk operationResponses

    • dataobject

Get all company bulk operations

GET
https://api.tomba.io/v1
/bulk/company

Get all company bulk operationsquery Parameters

  • pageinteger · min: 1

    Page number for pagination

    Default: 1
  • limitinteger · min: 1 · max: 50

    Number of items per page (max 50)

    Default: 10
  • directionstring · enum

    Sort direction

    Enum values:
    desc
    asc
    Default: desc
  • filterstring · enum

    Filter results

    Enum values:
    archived
    all

Get all company bulk operationsResponses

    • dataobject[]
    • metaobject

Create new company bulk operation

POST
https://api.tomba.io/v1
/bulk/company

Create new company bulk operationRequest Body

  • namestring · minLength: 3 · maxLength: 200 · required

    Name of the bulk operation

  • liststring

    List of items to process (domains, emails, etc.)

  • sourcesboolean

    Include sources in results

  • notifieboolean

    Send notifications

  • verifyboolean

    Enable verification

  • totalinteger

    Total number of items

  • delimiterstring

    CSV delimiter character

  • validboolean

    Valid flag

  • columninteger

    Column number for processing

Create new company bulk operationResponses

    • dataobject

Get specific company bulk operation

GET
https://api.tomba.io/v1
/bulk/company/{id}

Get specific company bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Get specific company bulk operationResponses

    • dataobject[]

Launch company bulk operation

PUT
https://api.tomba.io/v1
/bulk/company/{id}

Launch company bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Launch company bulk operationResponses

    • dataobject

Delete company bulk operation

DELETE
https://api.tomba.io/v1
/bulk/company/{id}/delete

Delete company bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Delete company bulk operationResponses

    • dataobject

Archive company bulk operation

DELETE
https://api.tomba.io/v1
/bulk/company/{id}/archive

Archive company bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Archive company bulk operationResponses

    • dataobject

Get company bulk operation progress

GET
https://api.tomba.io/v1
/bulk/company/{id}/progress

Get company bulk operation progresspath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Get company bulk operation progressResponses

    • statusboolean

      Current status

    • progressinteger · max: 100

      Progress percentage

    • processedinteger

      Number of items processed


Download company bulk results

GET
https://api.tomba.io/v1
/bulk/company/{id}/download

Download company bulk resultspath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Download company bulk resultsquery Parameters

  • typestring · enum

    Type of download file

    Enum values:
    full
    not_found
    valid
    Default: full

Download company bulk resultsResponses

    string

Rename company bulk operation

PUT
https://api.tomba.io/v1
/bulk/company/{id}/rename

Rename company bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Rename company bulk operationRequest Body

  • namestring · minLength: 3 · maxLength: 200 · required

    New name for the bulk operation

Rename company bulk operationResponses

    • dataobject

Get all finder bulk operations

GET
https://api.tomba.io/v1
/bulk/finder

Get all finder bulk operationsquery Parameters

  • pageinteger · min: 1

    Page number for pagination

    Default: 1
  • limitinteger · min: 1 · max: 50

    Number of items per page (max 50)

    Default: 10
  • directionstring · enum

    Sort direction

    Enum values:
    desc
    asc
    Default: desc
  • filterstring · enum

    Filter results

    Enum values:
    archived
    all

Get all finder bulk operationsResponses

    • dataobject[]
    • metaobject

Create new finder bulk operation

POST
https://api.tomba.io/v1
/bulk/finder

Create new finder bulk operationRequest Body

  • namestring · minLength: 3 · maxLength: 200 · required

    Name of the bulk operation

  • liststring

    List of items to process (domains, emails, etc.)

  • sourcesboolean

    Include sources in results

  • notifieboolean

    Send notifications

  • verifyboolean

    Enable verification

  • totalinteger

    Total number of items

  • delimiterstring

    CSV delimiter character

  • validboolean

    Valid flag

  • columninteger

    Column number for processing

  • column_firstinteger

    First name column number

  • column_lastinteger

    Last name column number

  • column_nameinteger

    Full name column number

  • column_domaininteger

    Domain column number (required)

  • skipboolean

    Skip first row (header)

  • filestring · required

    CSV file for bulk processing

Create new finder bulk operationResponses

    • dataobject

Get specific finder bulk operation

GET
https://api.tomba.io/v1
/bulk/finder/{id}

Get specific finder bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Get specific finder bulk operationResponses

    • dataobject[]

Launch finder bulk operation

PUT
https://api.tomba.io/v1
/bulk/finder/{id}

Launch finder bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Launch finder bulk operationResponses

    • dataobject

Delete finder bulk operation

DELETE
https://api.tomba.io/v1
/bulk/finder/{id}/delete

Delete finder bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Delete finder bulk operationResponses

    • dataobject

Archive finder bulk operation

DELETE
https://api.tomba.io/v1
/bulk/finder/{id}/archive

Archive finder bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Archive finder bulk operationResponses

    • dataobject

Get finder bulk operation progress

GET
https://api.tomba.io/v1
/bulk/finder/{id}/progress

Get finder bulk operation progresspath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Get finder bulk operation progressResponses

    • statusboolean

      Current status

    • progressinteger · max: 100

      Progress percentage

    • processedinteger

      Number of items processed


Download finder bulk results

GET
https://api.tomba.io/v1
/bulk/finder/{id}/download

Download finder bulk resultspath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Download finder bulk resultsquery Parameters

  • typestring · enum

    Type of download file

    Enum values:
    full
    not_found
    valid
    Default: full

Download finder bulk resultsResponses

    string

Rename finder bulk operation

PUT
https://api.tomba.io/v1
/bulk/finder/{id}/rename

Rename finder bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Rename finder bulk operationRequest Body

  • namestring · minLength: 3 · maxLength: 200 · required

    New name for the bulk operation

Rename finder bulk operationResponses

    • dataobject

Get all enrich bulk operations

GET
https://api.tomba.io/v1
/bulk/enrich

Get all enrich bulk operationsquery Parameters

  • pageinteger · min: 1

    Page number for pagination

    Default: 1
  • limitinteger · min: 1 · max: 50

    Number of items per page (max 50)

    Default: 10
  • directionstring · enum

    Sort direction

    Enum values:
    desc
    asc
    Default: desc
  • filterstring · enum

    Filter results

    Enum values:
    archived
    all

Get all enrich bulk operationsResponses

    • dataobject[]
    • metaobject

Create new enrich bulk operation

POST
https://api.tomba.io/v1
/bulk/enrich

Create new enrich bulk operationRequest Body

  • namestring · minLength: 3 · maxLength: 200 · required

    Name of the bulk operation

  • liststring

    List of items to process (domains, emails, etc.)

  • sourcesboolean

    Include sources in results

  • notifieboolean

    Send notifications

  • verifyboolean

    Enable verification

  • totalinteger

    Total number of items

  • delimiterstring

    CSV delimiter character

  • validboolean

    Valid flag

  • columninteger

    Column number for processing

Create new enrich bulk operationResponses

    • dataobject

Get specific enrich bulk operation

GET
https://api.tomba.io/v1
/bulk/enrich/{id}

Get specific enrich bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Get specific enrich bulk operationResponses

    • dataobject[]

Launch enrich bulk operation

PUT
https://api.tomba.io/v1
/bulk/enrich/{id}

Launch enrich bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Launch enrich bulk operationResponses

    • dataobject

Delete enrich bulk operation

DELETE
https://api.tomba.io/v1
/bulk/enrich/{id}/delete

Delete enrich bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Delete enrich bulk operationResponses

    • dataobject

Archive enrich bulk operation

DELETE
https://api.tomba.io/v1
/bulk/enrich/{id}/archive

Archive enrich bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Archive enrich bulk operationResponses

    • dataobject

Get enrich bulk operation progress

GET
https://api.tomba.io/v1
/bulk/enrich/{id}/progress

Get enrich bulk operation progresspath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Get enrich bulk operation progressResponses

    • statusboolean

      Current status

    • progressinteger · max: 100

      Progress percentage

    • processedinteger

      Number of items processed


Download enrich bulk results

GET
https://api.tomba.io/v1
/bulk/enrich/{id}/download

Download enrich bulk resultspath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Download enrich bulk resultsquery Parameters

  • typestring · enum

    Type of download file

    Enum values:
    full
    not_found
    valid
    Default: full

Download enrich bulk resultsResponses

    string

Rename enrich bulk operation

PUT
https://api.tomba.io/v1
/bulk/enrich/{id}/rename

Rename enrich bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Rename enrich bulk operationRequest Body

  • namestring · minLength: 3 · maxLength: 200 · required

    New name for the bulk operation

Rename enrich bulk operationResponses

    • dataobject

Get all LinkedIn bulk operations

GET
https://api.tomba.io/v1
/bulk/linkedin

Get all LinkedIn bulk operationsquery Parameters

  • pageinteger · min: 1

    Page number for pagination

    Default: 1
  • limitinteger · min: 1 · max: 50

    Number of items per page (max 50)

    Default: 10
  • directionstring · enum

    Sort direction

    Enum values:
    desc
    asc
    Default: desc
  • filterstring · enum

    Filter results

    Enum values:
    archived
    all

Get all LinkedIn bulk operationsResponses

    • dataobject[]
    • metaobject

Create new LinkedIn bulk operation

POST
https://api.tomba.io/v1
/bulk/linkedin

Create new LinkedIn bulk operationRequest Body

  • namestring · minLength: 3 · maxLength: 200 · required

    Name of the bulk operation

  • liststring

    List of items to process (domains, emails, etc.)

  • sourcesboolean

    Include sources in results

  • notifieboolean

    Send notifications

  • verifyboolean

    Enable verification

  • totalinteger

    Total number of items

  • delimiterstring

    CSV delimiter character

  • validboolean

    Valid flag

  • columninteger

    Column number for processing

Create new LinkedIn bulk operationResponses

    • dataobject

Get specific LinkedIn bulk operation

GET
https://api.tomba.io/v1
/bulk/linkedin/{id}

Get specific LinkedIn bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Get specific LinkedIn bulk operationResponses

    • dataobject[]

Launch LinkedIn bulk operation

PUT
https://api.tomba.io/v1
/bulk/linkedin/{id}

Launch LinkedIn bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Launch LinkedIn bulk operationResponses

    • dataobject

Delete LinkedIn bulk operation (alternative endpoint)

DELETE
https://api.tomba.io/v1
/bulk/linkedin/{id}

Delete LinkedIn bulk operation (alternative endpoint)path Parameters

  • idinteger · int64 · required

    Bulk operation ID

Delete LinkedIn bulk operation (alternative endpoint)Responses

    • dataobject

Delete LinkedIn bulk operation

DELETE
https://api.tomba.io/v1
/bulk/linkedin/{id}/delete

Delete LinkedIn bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Delete LinkedIn bulk operationResponses

    • dataobject

Archive LinkedIn bulk operation

DELETE
https://api.tomba.io/v1
/bulk/linkedin/{id}/archive

Archive LinkedIn bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Archive LinkedIn bulk operationResponses

    • dataobject

Get LinkedIn bulk operation progress

GET
https://api.tomba.io/v1
/bulk/linkedin/{id}/progress

Get LinkedIn bulk operation progresspath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Get LinkedIn bulk operation progressResponses

    • statusboolean

      Current status

    • progressinteger · max: 100

      Progress percentage

    • processedinteger

      Number of items processed


Download LinkedIn bulk results

GET
https://api.tomba.io/v1
/bulk/linkedin/{id}/download

Download LinkedIn bulk resultspath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Download LinkedIn bulk resultsquery Parameters

  • typestring · enum

    Type of download file

    Enum values:
    full
    not_found
    valid
    Default: full

Download LinkedIn bulk resultsResponses

    string

Rename LinkedIn bulk operation

PUT
https://api.tomba.io/v1
/bulk/linkedin/{id}/rename

Rename LinkedIn bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Rename LinkedIn bulk operationRequest Body

  • namestring · minLength: 3 · maxLength: 200 · required

    New name for the bulk operation

Rename LinkedIn bulk operationResponses

    • dataobject

Get all author bulk operations

GET
https://api.tomba.io/v1
/bulk/author

Get all author bulk operationsquery Parameters

  • pageinteger · min: 1

    Page number for pagination

    Default: 1
  • limitinteger · min: 1 · max: 50

    Number of items per page (max 50)

    Default: 10
  • directionstring · enum

    Sort direction

    Enum values:
    desc
    asc
    Default: desc
  • filterstring · enum

    Filter results

    Enum values:
    archived
    all

Get all author bulk operationsResponses

    • dataobject[]
    • metaobject

Create new author bulk operation

POST
https://api.tomba.io/v1
/bulk/author

Create new author bulk operationRequest Body

  • namestring · minLength: 3 · maxLength: 200 · required

    Name of the bulk operation

  • liststring

    List of items to process (domains, emails, etc.)

  • sourcesboolean

    Include sources in results

  • notifieboolean

    Send notifications

  • verifyboolean

    Enable verification

  • totalinteger

    Total number of items

  • delimiterstring

    CSV delimiter character

  • validboolean

    Valid flag

  • columninteger

    Column number for processing

Create new author bulk operationResponses

    • dataobject

Get specific author bulk operation

GET
https://api.tomba.io/v1
/bulk/author/{id}

Get specific author bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Get specific author bulk operationResponses

    • dataobject[]

Launch author bulk operation

PUT
https://api.tomba.io/v1
/bulk/author/{id}

Launch author bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Launch author bulk operationResponses

    • dataobject

Delete author bulk operation

DELETE
https://api.tomba.io/v1
/bulk/author/{id}/delete

Delete author bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Delete author bulk operationResponses

    • dataobject

Archive author bulk operation

DELETE
https://api.tomba.io/v1
/bulk/author/{id}/archive

Archive author bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Archive author bulk operationResponses

    • dataobject

Get author bulk operation progress

GET
https://api.tomba.io/v1
/bulk/author/{id}/progress

Get author bulk operation progresspath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Get author bulk operation progressResponses

    • statusboolean

      Current status

    • progressinteger · max: 100

      Progress percentage

    • processedinteger

      Number of items processed


Download author bulk results

GET
https://api.tomba.io/v1
/bulk/author/{id}/download

Download author bulk resultspath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Download author bulk resultsquery Parameters

  • typestring · enum

    Type of download file

    Enum values:
    full
    not_found
    valid
    Default: full

Download author bulk resultsResponses

    string

Rename author bulk operation

PUT
https://api.tomba.io/v1
/bulk/author/{id}/rename

Rename author bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Rename author bulk operationRequest Body

  • namestring · minLength: 3 · maxLength: 200 · required

    New name for the bulk operation

Rename author bulk operationResponses

    • dataobject

Get all verifier bulk operations

GET
https://api.tomba.io/v1
/bulk/verifier

Get all verifier bulk operationsquery Parameters

  • pageinteger · min: 1

    Page number for pagination

    Default: 1
  • limitinteger · min: 1 · max: 50

    Number of items per page (max 50)

    Default: 10
  • directionstring · enum

    Sort direction

    Enum values:
    desc
    asc
    Default: desc
  • filterstring · enum

    Filter results

    Enum values:
    archived
    all

Get all verifier bulk operationsResponses

    • dataobject[]
    • metaobject

Create new verifier bulk operation

POST
https://api.tomba.io/v1
/bulk/verifier

Create new verifier bulk operationRequest Body

  • namestring · minLength: 3 · maxLength: 200 · required

    Name of the bulk operation

  • liststring

    List of items to process (domains, emails, etc.)

  • sourcesboolean

    Include sources in results

  • notifieboolean

    Send notifications

  • verifyboolean

    Enable verification

  • totalinteger

    Total number of items

  • delimiterstring

    CSV delimiter character

  • validboolean

    Valid flag

  • columninteger

    Column number for processing

Create new verifier bulk operationResponses

    • dataobject

Get specific verifier bulk operation

GET
https://api.tomba.io/v1
/bulk/verifier/{id}

Get specific verifier bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Get specific verifier bulk operationResponses

    • dataobject[]

Launch verifier bulk operation

PUT
https://api.tomba.io/v1
/bulk/verifier/{id}

Launch verifier bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Launch verifier bulk operationResponses

    • dataobject

Delete verifier bulk operation

DELETE
https://api.tomba.io/v1
/bulk/verifier/{id}/delete

Delete verifier bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Delete verifier bulk operationResponses

    • dataobject

Archive verifier bulk operation

DELETE
https://api.tomba.io/v1
/bulk/verifier/{id}/archive

Archive verifier bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Archive verifier bulk operationResponses

    • dataobject

Get verifier bulk operation progress

GET
https://api.tomba.io/v1
/bulk/verifier/{id}/progress

Get verifier bulk operation progresspath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Get verifier bulk operation progressResponses

    • statusboolean

      Current status

    • progressinteger · max: 100

      Progress percentage

    • processedinteger

      Number of items processed


Download verifier bulk results

GET
https://api.tomba.io/v1
/bulk/verifier/{id}/download

Download verifier bulk resultspath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Download verifier bulk resultsquery Parameters

  • typestring · enum

    Type of download file

    Enum values:
    full
    not_found
    valid
    Default: full

Download verifier bulk resultsResponses

    string

Rename verifier bulk operation

PUT
https://api.tomba.io/v1
/bulk/verifier/{id}/rename

Rename verifier bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Rename verifier bulk operationRequest Body

  • namestring · minLength: 3 · maxLength: 200 · required

    New name for the bulk operation

Rename verifier bulk operationResponses

    • dataobject

Get all phone finder bulk operations

GET
https://api.tomba.io/v1
/bulk/phone-finder

Get all phone finder bulk operationsquery Parameters

  • pageinteger · min: 1

    Page number for pagination

    Default: 1
  • limitinteger · min: 1 · max: 50

    Number of items per page (max 50)

    Default: 10
  • directionstring · enum

    Sort direction

    Enum values:
    desc
    asc
    Default: desc
  • filterstring · enum

    Filter results

    Enum values:
    archived
    all

Get all phone finder bulk operationsResponses

    • dataobject[]
    • metaobject

Create new phone finder bulk operation

POST
https://api.tomba.io/v1
/bulk/phone-finder

Create new phone finder bulk operationRequest Body

  • namestring · minLength: 3 · maxLength: 200 · required

    Name of the bulk operation

  • liststring

    List of items to process (domains, emails, etc.)

  • sourcesboolean

    Include sources in results

  • notifieboolean

    Send notifications

  • verifyboolean

    Enable verification

  • totalinteger

    Total number of items

  • delimiterstring

    CSV delimiter character

  • validboolean

    Valid flag

  • columninteger

    Column number for processing

Create new phone finder bulk operationResponses

    • dataobject

Get specific phone finder bulk operation

GET
https://api.tomba.io/v1
/bulk/phone-finder/{id}

Get specific phone finder bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Get specific phone finder bulk operationResponses

    • dataobject[]

Launch phone finder bulk operation

PUT
https://api.tomba.io/v1
/bulk/phone-finder/{id}

Launch phone finder bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Launch phone finder bulk operationResponses

    • dataobject

Delete phone finder bulk operation

DELETE
https://api.tomba.io/v1
/bulk/phone-finder/{id}/delete

Delete phone finder bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Delete phone finder bulk operationResponses

    • dataobject

Archive phone finder bulk operation

DELETE
https://api.tomba.io/v1
/bulk/phone-finder/{id}/archive

Archive phone finder bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Archive phone finder bulk operationResponses

    • dataobject

Get phone finder bulk operation progress

GET
https://api.tomba.io/v1
/bulk/phone-finder/{id}/progress

Get phone finder bulk operation progresspath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Get phone finder bulk operation progressResponses

    • statusboolean

      Current status

    • progressinteger · max: 100

      Progress percentage

    • processedinteger

      Number of items processed


Download phone finder bulk results

GET
https://api.tomba.io/v1
/bulk/phone-finder/{id}/download

Download phone finder bulk resultspath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Download phone finder bulk resultsquery Parameters

  • typestring · enum

    Type of download file

    Enum values:
    full
    not_found
    valid
    Default: full

Download phone finder bulk resultsResponses

    string

Rename phone finder bulk operation

PUT
https://api.tomba.io/v1
/phone-finder/{id}/rename

Rename phone finder bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Rename phone finder bulk operationRequest Body

  • namestring · minLength: 3 · maxLength: 200 · required

    New name for the bulk operation

Rename phone finder bulk operationResponses

    • dataobject

Get all phone validator bulk operations

GET
https://api.tomba.io/v1
/bulk/phone-validator

Get all phone validator bulk operationsquery Parameters

  • pageinteger · min: 1

    Page number for pagination

    Default: 1
  • limitinteger · min: 1 · max: 50

    Number of items per page (max 50)

    Default: 10
  • directionstring · enum

    Sort direction

    Enum values:
    desc
    asc
    Default: desc
  • filterstring · enum

    Filter results

    Enum values:
    archived
    all

Get all phone validator bulk operationsResponses

    • dataobject[]
    • metaobject

Create new phone validator bulk operation

POST
https://api.tomba.io/v1
/bulk/phone-validator

Create new phone validator bulk operationRequest Body

  • namestring · minLength: 3 · maxLength: 200 · required

    Name of the bulk operation

  • liststring

    List of items to process (domains, emails, etc.)

  • sourcesboolean

    Include sources in results

  • notifieboolean

    Send notifications

  • verifyboolean

    Enable verification

  • totalinteger

    Total number of items

  • delimiterstring

    CSV delimiter character

  • validboolean

    Valid flag

  • columninteger

    Column number for processing

  • column_phoneinteger

    Phone number column

  • column_countryinteger

    Country column

  • filestring · required

    CSV file for phone validation

Create new phone validator bulk operationResponses

    • dataobject

Get specific phone validator bulk operation

GET
https://api.tomba.io/v1
/bulk/phone-validator/{id}

Get specific phone validator bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Get specific phone validator bulk operationResponses

    • dataobject[]

Launch phone validator bulk operation

PUT
https://api.tomba.io/v1
/bulk/phone-validator/{id}

Launch phone validator bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Launch phone validator bulk operationResponses

    • dataobject

Delete phone validator bulk operation

DELETE
https://api.tomba.io/v1
/bulk/phone-validator/{id}/delete

Delete phone validator bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Delete phone validator bulk operationResponses

    • dataobject

Archive phone validator bulk operation

DELETE
https://api.tomba.io/v1
/bulk/phone-validator/{id}/archive

Archive phone validator bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Archive phone validator bulk operationResponses

    • dataobject

Get phone validator bulk operation progress

GET
https://api.tomba.io/v1
/bulk/phone-validator/{id}/progress

Get phone validator bulk operation progresspath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Get phone validator bulk operation progressResponses

    • statusboolean

      Current status

    • progressinteger · max: 100

      Progress percentage

    • processedinteger

      Number of items processed


Download phone validator bulk results

GET
https://api.tomba.io/v1
/bulk/phone-validator/{id}/download

Download phone validator bulk resultspath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Download phone validator bulk resultsquery Parameters

  • typestring · enum

    Type of download file

    Enum values:
    full
    not_found
    valid
    Default: full

Download phone validator bulk resultsResponses

    string

Rename phone validator bulk operation

PUT
https://api.tomba.io/v1
/bulk/phone-validator/{id}/rename

Rename phone validator bulk operationpath Parameters

  • idinteger · int64 · required

    Bulk operation ID

Rename phone validator bulk operationRequest Body

  • namestring · minLength: 3 · maxLength: 200 · required

    New name for the bulk operation

Rename phone validator bulk operationResponses

    • dataobject