This function validates the activation code in a cPanel user's Site Quality Monitoring registration email.
code required | string The user's Site Quality Monitoring activation code. Note: A user will receive an email with their activation code when they create a Site Quality Monitoring user account. Example: |
HTTP Request was successful.
apiversion | integer The version of the API. |
func | string The name of the method called. |
module | string The name of the module called. |
object |
uapi --output=jsonpretty \ --user=username \ SiteQuality \ verify_code
{- "apiversion": 3,
- "func": "verify_code",
- "module": "SiteQuality",
- "result": {
- "data": {
- "status": 1
}, - "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}