ReDoc documentation

tfa/provider/authy/authenticate

tfa/provider/authy/authenticate

post/V1/tfa/provider/authy/authenticate

Get an admin token using authy 2fa

Request
Request Body schema:
otp
required
string
password
required
string
username
required
string
Responses
200

200 Success.

default

Unexpected error

Request samples
{
  • "username": "string",
  • "password": "string",
  • "otp": "string"
}
Response samples
"string"