Sync bulk hosting

Request Information
URL POST {{basepath}}/hosting/sync
CategoryHosting

Description

Allows you to sync a list of hosting by identifier.

Expects a HostingBulkSyncRequest object

Returns a HostingSyncResponse object.

JSON
{
    "identifier": [
        "1_0aeccab21be8fea24e3e96e3029ef7f025fac230"
    ]
}

Example responses

Sync hosting bulk
Request Method & URL
POST {{basepath}}/hosting/sync
Request Body:
{
    "identifier": [
        "1_examplehostingid"
    ]
}
Response Code:
202 Accepted
Response Body:
{
    "responseId": "1_1b8b299d83887a77bc387a6866f1b8ff5a28d502",
    "status": "pending",
    "message": "Your hosting sync is pending"
}