Account Login





Lost password?

Wholesale Fax API

service icon

Wholesale Fax Provisioning API

Wholesale customers can provision Fax services on their own, non-aql, numbering using the following api.

The following HTTP POST requests can be sent to http://aql.com/reseller/wsfaxapi.php

Errors are returned in the form: ERR:Message

'OK' is returned for successful operations

Required parameters for all operations:
username - aql.com username
password - aql.com password
action - the action name

action:adduser

Parameter Notes
faxnumberThe Fax Number in international form (e.g. 441133203040)
nameThe "Friendly Name" to associate with the fax number
emailThe eMail address to associate with the fax number
formatThe file format to be used when eMailing faxes [pdf|tif]


Returns OK if successful, ERR: (followed by an error description) otherwise.


action:getuser

Parameter Notes
faxnumberThe Fax Number in international form (e.g. 441133203040)


Returns item:value pairs separated by newlines. eg:

name:Joe User
email:[email protected]
format:pdf

action:changeuser

ParameterNotes
faxnumberThe Fax Number in international form (e.g. 441133203040)
nameThe "Friendly Name" to associate with the fax number
emailThe eMail address to associate with the fax number
formatThe file format to be used when eMailing faxes [pdf|tif]


Returns OK if successful, ERR: (followed by an error description) otherwise.