URL | POST {{basepath}}/hosting/sync |
---|---|
Category | Hosting |
Allows you to sync a list of hosting by identifier.
Expects a HostingBulkSyncRequest object
Returns a HostingSyncResponse object.
{
"identifier": [
"1_0aeccab21be8fea24e3e96e3029ef7f025fac230"
]
}
POST {{basepath}}/hosting/sync
{
"identifier": [
"1_examplehostingid"
]
}
202 Accepted
{
"responseId": "1_1b8b299d83887a77bc387a6866f1b8ff5a28d502",
"status": "pending",
"message": "Your hosting sync is pending"
}