Enroll a new authenticator app authenticator for a user
cURL
curl --request POST \ --url https://api.authsignal.com/v1/client/user-authenticators/totp
{ "userAuthenticatorId": "<string>", "userId": "<string>", "uri": "<string>", "secret": "<string>" }
OK
The response is of type object.
object
Was this page helpful?