/bulk

Sends a file of MSISDNS to www.numberclean.com and saves them as one batch.

URL: https://www.numberclean.com/api/bulk

Method: POST

Header Content-type: application/x-www-form-urlencoded

Parameters

NameTypeNotes
batchnamestringA friendly reference name, for your records. The batch will be returned with this name when you call /download
datablobThe entire contents of the file. There is a maximum post size limit of 50MB. The numbers need to be split by comma.
startstringAn optional parameter, if set to yes the batch will be processed immediately if not then it will be left in a "holding" status until you call /process

πŸ“˜

Example

batchname=mybatch&data=447540822872,447846494087,447990606023&start=yes

"status": "OK",
"batchid": 8690

What’s Next

Process your uploaded file.