Overview

Sample Code

Web Hooks

IVR Web Hook SurVo NetGet Custom Audio Prompts Post Call Action Agent Panel Lookup Distributor Form

Call Initiation API

Click-to-Call Click-to-Find Me Click-to-Find Me List Click-to-Virtual Receptionist Click-to-Voice Mail Click-to-SurVo Click-to-IVR Click-to-Agent

Administration API

addonsbroadcastclicktoconferencecostfindmegeneralgrouplocatornumbersrecordingregisterednumbersreportroutingsmssurvoverifymenowvmail

verifymenow.get_recording

Retrieve a recording from a Verify-Me-Now Smart Form

Arguments

access_key (required)
Your Access Key.
secret_access_key (required)
Your Secret Access Key.
format (required)
Audio format of stream. Values: wav, mp3.
verify_id (required)
Building Block ID of a Verify-Me-Now Smart Form.
sid (required)
sid (see previous table) for the particular recording requested
sample_rate (optional)
Audio rate of the streaming data, given in Hz. Values: 8000 (default), 11000 (wav only), 22050, 44100.

Example URL

https://secure.ifbyphone.com/ibp_api.php
?access_key=ACCESS_KEY
&secret_access_key=SECRET_ACCESS_KEY
&action=verifymenow.get_recording
&verify_id=808
&sid=9876543
&format=wav
&audio_rate=11000

Example Response

<response>

<result>success</result>

<result_description>Call Attempted</result_description>

</response>

API Test Panel

NOTE: The API Test Panel can be used to try out the various API methods
using the actual data from your account. You must be logged
into your account to make any API calls using the test panel.

 

URL:

XML Result: