Bulk author operations
Get all author bulk operations
GET
https://api.tomba.io/v1
/bulk/author
query Parameters
pageinteger · min: 1Page number for pagination
Default: 1limitinteger · min: 1 · max: 50Number of items per page (max 50)
Default: 10directionstring · enumSort direction
Enum values:descascDefault: descfilterstring · enumFilter results
Enum values:archivedall
Responses
dataobject[]metaobject
Create new author bulk operation
POST
https://api.tomba.io/v1
/bulk/author
Request Body
namestring · minLength: 3 · maxLength: 200 · requiredName of the bulk operation
liststringList of items to process (domains, emails, etc.)
sourcesbooleanInclude sources in results
notifiebooleanSend notifications
verifybooleanEnable verification
totalintegerTotal number of items
delimiterstringCSV delimiter character
validbooleanValid flag
columnintegerColumn number for processing
Responses
dataobject