POST
/
user-authenticators
/
totp
curl --request POST \
  --url https://api.authsignal.com/v1/client/user-authenticators/totp
{
  "userAuthenticatorId": "<string>",
  "userId": "<string>",
  "uri": "<string>",
  "secret": "<string>"
}

Response

200
application/json
OK
userAuthenticatorId
string

The ID of the TOTP authenticator which has been created but not yet verified.

userId
string
uri
string

A URI which can be converted into a QR code and scanned by an authenticator app.

secret
string

A secret which can be manually entered into an authenticator app. Typically presented as a backup option if the user is unable to scan the QR code.