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

Phone Validator Bulk

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

Bulk phone validation operations


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