POST v1/verifytotp

When a secret key has been generated the user needs to confirm it before using it

Request Information

URI Parameters

None.

Body Parameters

UnauthorizedUser
NameDescriptionTypeAdditional information
UserName string

None.

Password string

None.

Totp string

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<UnauthorizedUser xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <UserName>sample string 1</UserName>
  <Password>sample string 2</Password>
  <Totp>sample string 3</Totp>
</UnauthorizedUser>

Response Information

Resource Description

None.