POST api/kernel/google-otp

Google Authenticator Setup

Request Information

URI Parameters

None.

Body Parameters

GoogleOtpSetupModel
NameDescriptionTypeAdditional information
AppName

string

None.

Email

string

None.

Request Formats

application/json, text/json

Sample:
{
  "appName": "sample string 1",
  "email": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Result
NameDescriptionTypeAdditional information
Status

boolean

None.

Description

string

None.

Response Formats

application/json, text/json

Sample:

Sample not available.