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

The response is of type object.