Bulk phone validation operations
Get all phone validator bulk operations
GET
https://api.tomba.io/v1
/bulk/phone-validator
query Parameters
page
integer · min: 1Page number for pagination
Default: 1limit
integer · min: 1 · max: 50Number of items per page (max 50)
Default: 10direction
string · enumSort direction
Enum values:descascDefault: descfilter
string · enumFilter results
Enum values:archivedall
Responses
data
object[]meta
object
Create new phone validator bulk operation
POST
https://api.tomba.io/v1
/bulk/phone-validator
Request Body
name
string · minLength: 3 · maxLength: 200 · requiredName of the bulk operation
list
stringList of items to process (domains, emails, etc.)
sources
booleanInclude sources in results
notifie
booleanSend notifications
verify
booleanEnable verification
total
integerTotal number of items
delimiter
stringCSV delimiter character
valid
booleanValid flag
column
integerColumn number for processing
column_phone
integerPhone number column
column_country
integerCountry column
file
string · requiredCSV file for phone validation
Responses
data
object