Verify a 2FA session via SMS
POST/sms/verify
Verify a two factor authentication session code that was sent via SMS
Request
- application/json
Body
required
sessionId stringrequired
The session id, used to identify the session
code stringrequired
The verification code
Responses
- 200
- 401
- 404
The session was successfully verified
Invalid API key provided, or wrong code for the session
The provided session id was not found, or it expired
Loading...