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

Enrich Bulk

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

Bulk email enrichment operations


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