pending / in_progress / completed / failed).{ error: false, resetup: null } with status 200 when the domain exists but has never had a resetup scheduled.curl --location 'https://api.inboxkit.com/v1/api/mailboxes/resetup-status?domain_uid=&domain_name=' \
--header 'X-Workspace-Id;' \
--header 'Authorization: Bearer <token>'{
"error": false,
"resetup": {
"uid": "string",
"domain": "string",
"domain_name": "string",
"team": "string",
"workspace": "string",
"status": "pending",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
}