User authenticator

The user authenticator.

Delete a user authenticator

Delete the user authenticator app of the current user.

SecurityJWT
Responses
200

Successful operation

delete/userauthenticator
Request samples
Response samples
application/json
{
  • "success": true,
  • "hash": "8739602554c7f3241958e3cc9b57fdecb474d508",
  • "data": { },
  • "timestamp": 1661519974703
}

Configure a user authenticator

Configure a user authenticator app of the current user.

SecurityJWT
Responses
200

Successful operation

post/userauthenticator/configure
Request samples
Response samples
application/json
{
  • "success": true,
  • "hash": "9ad0853ffb6a3e732c7aca4d513ff9868acb8006",
  • "data": {
    },
  • "timestamp": 1661521609618
}

Confirm a user authenticator

Confirm a user authenticator app of the current user.

SecurityJWT
Request
Request Body schema: application/json

A JSON object containing user authenticator information.

code
required
string

The confirmation code of the user authenticator.

Responses
200

Successful operation

422

Unprocessable Content

post/userauthenticator/confirm
Request samples
application/json
{
  • "code": "013120"
}
Response samples
application/json
{
  • "success": true,
  • "hash": "8739602554c7f3241958e3cc9b57fdecb474d508",
  • "data": { },
  • "timestamp": 1661522545325
}