/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
Name | Type | Notes |
---|---|---|
batchname | string | A friendly reference name, for your records. The batch will be returned with this name when you call /download |
data | blob | The entire contents of the file. There is a maximum post size limit of 50MB. The numbers need to be split by comma. |
start | string | An 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
Updated almost 5 years ago