Error List
We'll return the following error messages if something is wrong
Request URL
https://www.numberclean.com/api/check?key=UNIQUEKEY&secret=UNIQUESECRET
"status": "ERR",
"errors":
"MSISDN": ["Could not authenticate"]
"status": "ERR",
"errors":
"MSISDN": ["Invalid API key"]
"status": "ERR",
"errors":
"MSISDN": ["Invalid password"]
"status": "ERR",
"errors":
"MSISDN": ["Unknown request type"]
<Error>
<Code>MethodNotAllowed</Code>
<Message>The specified method is not allowed against this resource.</Message>
<Method>POST</Method>
<ResourceType>OBJECT</ResourceType>
<RequestId>6437F3AE06FAF268</RequestId>
<HostId>JhC0LogG5+oxCe5kX8KLVrPjt6KrG42g84Hcwax16/fwMNpZrR1/zAG6WpRNOBL9nKZGzWLLuxU=</HostId>
</Error>
"status": "ERR",
"errors":
"MSISDN": ["You must specify a MSISDN"]
- The MSISDN parameter is missing
- You have not entered a number in the msisdn= field
- The number you have entered in the msisdn= field is too short
"status": "ERR",
"errors":
"MSISDN": ["Batch name must be set"]
"status": "ERR",
"errors":
"MSISDN": ["You do not own this batch"]
"status": "ERR",
"errors":
"MSISDN":["Batch already complete"]
"status": "ERR",
"errors":
"MSISDN": ["Too many requests"]
Note
You can check a maximum of 80 numbers per single request.
"status": "ERR",
"errors":
"MSISDN": ["Insufficient credits"]
"status": "ERR",
"errors":
"MSISDN": ["Request timed out"]
Updated almost 4 years ago