This function checks whether BoxTrapper is enabled for an email account.
Important:
When you disable the Receive Mail role, the system disables this function.
uapi --output=jsonpretty \ --user=username \ BoxTrapper \ get_status \ email='user@example.com'
{- "apiversion": 3,
- "func": "get_status",
- "module": "BoxTrapper",
- "result": {
- "data": 0,
- "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}