scheduled_for_cancellation status, andrenewal_date (or right away if the renewal is already within 5 days). Use /v1/api/mailboxes/resetup-status to track progress. Each resetup runs on the domain's next renewal cycle and has up to 24 hours of downtime for that domain while it runs — mail delivery is paused for that window.results. A 400 is returned only when no domain made it through.curl --location 'https://api.inboxkit.com/v1/api/mailboxes/resetup' \
--header 'X-Workspace-Id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"mailbox_uids": [
"string"
],
"domain_uid": "string"
}'{
"error": false,
"message": "Resetup scheduled",
"results": [
{
"error": true,
"domain_uid": "string",
"domain_name": "string",
"resetup_uid": "string",
"mailbox_uids_to_reprovision": [
"string"
],
"mailbox_uids_to_backup": [
"string"
],
"scheduled_run_at": "2019-08-24T14:15:22.123Z",
"deferred": true,
"message": "string"
}
]
}