POST
/
oauth
/
2fa
curl --request POST \
  --url https://api.altostrat.io/oauth/2fa \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Standard OAuth2 flow for user authentication. Use Authorization Code Grant or Implicit Grant. JWT Bearer tokens obtained are used for subsequent requests.

Response

200

2FA enabled (pending confirmation).