API Documentation

Control your servers via our easy-to-use API system.

Ubiquity offers an easy to use API for our customers that need a little bit more control to get exactly what they're looking for. Please view the functionality overview below.

Download API Libraries

Gaining API Access

You will need a Ubiquity API account to gain access to our core API.

Sample XML Message

* All messages are returned in a base64 encoded, serialized format.

XML Message
----------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<listDedicatedServers xmlns="http://api.ubiquityservers.com/schemas/customer">
<remoteid>customerTest</remoteid>
<remotekey>422612e1e235b74efa39077028bd04ce</remotekey>
<resellerid>2</resellerid>
<parameters>
</parameters>
</listDedicatedServers>

Sample XML Return

* All messages are returned in a base64 encoded, serialized format.

XML Return
----------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<response>
<parameters>
<result>yIjtzOjE2OiIxNzQuMfsdajfsdaFDSAFdsafkdsajfsjalfsdaFDSAFDSAfdsfsdafzQuMTI5LjgwLzI5Ijt9fQ==</result>
</parameters>
</response>

Functions