GET
/
oauth
/
2fa-qr-code
curl --request GET \
  --url https://api.altostrat.io/oauth/2fa-qr-code \
  --header 'Authorization: Bearer <token>'
{
  "svg": "<string>"
}

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
application/json

SVG QR code data.

The response is of type object.