API & DOCS

My Account            

Used to register a number as a Caller ID

Use the Register Number API to register a number as a Caller ID

The Register Number API is used to register a number as a Caller ID within a DialogTech account when the number is not provided by DialogTech but is still legally owned by the account holder.

📘

Base URL for Register Number

https://secure.dialogtech.com/ibp_api.php

🚧

Notice

Any account wanting to register numbers via the API must submit a 1-time form to legally verify that they own any numbers submitted via API. Please visit https://secure.dialogtech.com/registered_numbers_api_verification.php to submit the form.

Parameter List

ParameterRequiredAcceptsMax LengthNotesUsage
actionYesString: registerednumbers.addn/aOnly accepts registerednumbers.add to add registered numbersDefines the API Call as "Add Registered Number" type
access_keyYesStringn/aAccess Key from the Key Manager within a DialogTech accountCredentials used for access to the API for a particular DialogTech account
secret_access_keyYesStringn/aSecret Access Key from the Key Manager within a DialogTech accountCredentials used for access to the API for a particular DialogTech account
phoneYesString: Unformatted Phone Number10Phone number not provided through DialogTech but is still legally owned by the customer for use as a Caller IDDefines which phone number is being registered as a Caller ID
descriptionYesStringn/aDescription of the Phone NumberA description of the phone number which is used to help identify the number in the registered numbers user interface

Using this API

These code examples are meant to show a basic method of using DialogTech's Register Number API

Example Response