Return available transfer modules

This function lists all available transfer modules.

Note:

For more information about how this function works with other functions in the transfer and restore process, read our Guide to Transfer and Restore API Functions documentation.

SecurityBasicAuth
Responses
200

HTTP Request was successful.

Response Schema: application/json
object
object
get/available_transfer_modules
Request samples
whmapi1 --output=jsonpretty \
  available_transfer_modules
Response samples
application/json
{
  • "data": {
    • "modules": {
      • "AccountLocal": "5000",
      • "AccountRemoteRoot": "3000",
      • "AccountRemoteUser": "4000",
      • "FeatureListRemoteRoot": "1000",
      • "LegacyAccountBackup": "6000",
      • "PackageRemoteRoot": "2000"
      }
    },
  • "metadata": {
    • "command": "available_transfer_modules",
    • "reason": "OK",
    • "result": 1,
    • "version": 1
    }
}