v1

latestOpenAPI 3.0.3MIT2026-07-176638100.8 KB

Send two-factor code.

post/tf-validate

Query parameters

include_auth_tokenstring

If set/sent, will return an Authentication Token for user

Request body

codestring

The code sent via the configured method (e.g. SMS, email, authenticator).

Response

Two-Factor code validation response.

Example response

{
  "meta": {
    "code": 200
  }
}