This endpoint is used to get all brands associated with the user after authenticating with encrypted 2FA token
POST http:///api/v2/mobileaccountrecovery/userbrandassociations
The request body takes a complete MobileAccountRecoveryValidationModel resource, containing the following writable properties:
{
"twoFaToken": "string"
}
| Name | Type | Description |
|---|---|---|
| twoFaToken | string | String |
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource |
|---|---|---|
| 200 | OK OK |
UserBrandAssociationsResponseModel |
Powered by DapperDox