API

For API for your software

API Key will be visible on the user dashboard.

Get Number

https://api.codesverify.com/get_number.php?customer=api_key&app=app_name&country=country_name

Example: https://api.codesverify.com/get_number.php?customer=api_key&app=google&country=malaysia

Possible Error Messages:

  1. Customer Not Found.
  2. App Not Found.
  3. Country Not Found.
  4. New numbers registration in progress, please wait or check back later.
  5. Error 102, check back later.

Get History

https://api.codesverify.com/get_history.php?customer=api_key

Error Messages:

  1. Customer Not Found.

Check Balance

https://api.codesverify.com/get_balance.php?customer=api_key

Error Messages:

  1. Customer Not Found.

Get SMS

https://api.codesverify.com/get_sms.php?customer=api_key&number=received_number&country=country_name&app=app_name

Example: https://api.codesverify.com/get_sms.php?customer=api_key&number=112869xxx&country=malaysia&app=google

Error Messages:

  1. Customer Not Found.
  2. Number Not Found.
  3. You have not received any code yet.
  4. Your balance is expired.
  5. Error 102, check back later.

Reject Number

https://api.codesverify.com/get_reject.php?customer=api_key&number=received_number&country=country_name&app=app_name

Example: https://api.codesverify.com/get_reject.php?customer=api_key&number=112869xxx&country=malaysia&app=google

Error Messages:

  1. Customer Not Found.
  2. Number Not Found.
  3. Rejected.
  4. Cant reject.
  5. Error 102, check back later.