Transfers
Transfer Monitoring
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.
get/available_transfer_modules
Response
HTTP Request was successful.
Example response
{
"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
}
}