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

Company Bulk

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

Bulk company operations


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