Two-Factor Authentication
API endpoints for managing two-factor authentication
Two-Factor Authentication API
The Two-Factor Authentication API provides endpoints for managing 2FA options, sending and validating 2FA codes, and removing 2FA methods.
Available Endpoints
Method | Endpoint | Description |
---|---|---|
DELETE | /api/v2.1/twoFA/removeTwoFAOption// | Remove two-factor authentication option |
GET | /api/v2.1/twoFA/getTwoFACredentials | Get two-factor authentication credentials |
POST | /api/v2.1/twoFA/createTwoFAOption | Create a two-factor authentication option |