# API: Account Synchronize

# accountSynch

Invoke account synchronization Hostbill<->App

# Required parameters

Parameter Description
id Account ID

# Request

GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=accountSynch&id=ID

# PHP Samples

# Response

{
    "success": true,
    "call": "accountSynch",
    "server_time": 1532074028,
    "info": [
        "Account #363 synchronized."
    ]
}
Last Updated: 5/12/2023, 3:22:14 PM