Initiates an account recovery request for mobile app users. This endpoint is specifically designed for the EH Work App.
POST http:///api/v2/mobileaccountrecovery/attempt
The request body takes a complete AttemptAccountRecoveryRequestModel resource, containing the following writable properties:
{
"brandId": "int32",
"twoFaToken": "string"
}
| Name | Type | Description |
|---|---|---|
| brandId | int32 | Int32 |
| twoFaToken | string | String |
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource |
|---|---|---|
| 200 | OK OK |
AttemptAccountRecoveryResponseModel |
Powered by DapperDox