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

Phone Finder Bulk

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

Bulk phone finder operations


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