API Queries - List Parking Providers
The list_parking_providers function lists parking services supported by Monetization account and their ID. No additional parameters are available for this function.
Example query and response:
In this example, we will retrieve a list of all parking service accounts and their current settings.
Example query:
https://www.above.com/api.php?username=user&password=pass&api_key=key&mode=list_parking_providers
Response:
<results>
<resultname="SEDO"park_id="1"/>
<resultname="DomainSponsor"park_id="2"/>
<resultname="DomainApps"park_id="3"/>
<resultname="Fabulous"park_id="10"/>
<resultname="Skenzo"park_id="17"/>
<resultname="Maximizer"park_id="19"/>
<resultname="Hotkeys"park_id="21"/>
<resultname="Bodis"park_id="25"/>
<resultname="DomainAdvertising"park_id="31"/>
<resultname="RookMedia"park_id="35"/>
<resultname="DomainNameSales"park_id="36"/>
<resultname="ParkingCrew"park_id="38"/>
<resultname="TheParkingPlace"park_id="39"/>
<resultname="Voodoo"park_id="43"/>
</results>
Error Responses:
Possible error responses for this function are:
- General errors, such as 200 - Internal Error or 300 - Username or password invalid.
For a complete list of error responses, see the Error Codes manual page.