ReDoc documentation

tfa/provider/authy/activate

tfa/provider/authy/activate

post/V1/tfa/provider/authy/activate

Activate the provider and get an admin token

Request
Request Body schema:
otp
required
string
tfaToken
required
string
Responses
default

Unexpected error

Request samples
{
  • "tfaToken": "string",
  • "otp": "string"
}
Response samples
{
  • "message": "string",
  • "errors": [
    ],
  • "code": 0,
  • "parameters": [
    ],
  • "trace": "string"
}