v1

latestOpenAPI 3.0.3MIT2026-07-176638100.8 KB

Select a two-factor method

post/tf-select

Request body

whichstring

Which two-factor method to use.

Example request

{
  "which": "sms"
}

Response

Second factor select response.

OR

Example response

{
  "meta": {
    "code": 200
  },
  "response": {
    "tf_method": "sms"
  }
}