Phone Verification API

Quick Start: PHP with cURL

There are three steps to integrating the Phone Verification API into your PHP with cURL project:

1. Obtain an Esendex License Key.

Sign up for an account and complete the request form.

2. Create the request code with Notepad++

a. Start a new project within Notepad++. From the menu select Language > P > PHP.

b. Add the request code for the desired method of the API. (In this example we are using PHP with cURL.)

c. Save the new Notepad++ file by clicking the File > Save As.

d. Create a file name and save as a PHP file, then click Save.

Tip: Ensure the file is saved as a .php file type.

3. Call the Phone Verification method and process the result.

a. Navigate to your web development server in your browser and click on the project folder. (In this example we are using WAMP.)

b. Click on your project name.

c. View the result.

Let’s start sending, together.