This endpoint is used to get all brands associated with the user after authenticating with encrypted 2FA token

Request

POST http:///api/v2/mobileaccountrecovery/userbrandassociations

Request body

The request body takes a complete MobileAccountRecoveryValidationModel resource, containing the following writable properties:

{
    "twoFaToken": "string"
}

Properties

Name Type Description
twoFaToken string String

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

OK

UserBrandAssociationsResponseModel