ReDoc documentation

tfa/provider/authy/configure

tfa/provider/authy/configure

post/V1/tfa/provider/authy/configure

Get the information required to configure google

Request
Request Body schema:
required
object (two-factor-auth-data-authy-device-interface)

Authy device data interface

tfaToken
required
string
Responses
200

200 Success.

default

Unexpected error

Request samples
{
  • "tfaToken": "string",
  • "deviceData": {
    }
}
Response samples
{
  • "message": "string",
  • "expiration_seconds": "string",
  • "extension_attributes": { }
}