Getting Started
This following pages will help you get started with Numberclean API.
Authentication
Every API request requires your unique API key and API secret. These can be found by logging in and selecting Account Settings.
Required Parameters
key
- Your API key
secret
- Your account secret
msisdn
- The number you wish to check
Note
Please append your key and secret to the end of the url on every API call. For example if your key is AB01A and your secret is AB99DD then append ?key=AB01A&secret=AB99DD to the end of each URL
Example:
https://www.numberclean.com/api/balance?key=AB01A&secret=AB99DD
Updated over 7 years ago