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

Author Bulk

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

Bulk author operations


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