The Open API specification for Synapse is now available for download!

Download Open API Spec

POST /2fa/token

Performs authentication using 2FA, the body of the request needs to include the twoFaToken received as part of the error when authenticating and the totp code shown by the authenticator application.

Resource URL

https://repo-prod.prod.sagebase.org/auth/v1/2fa/token

Resource Information
Authentication not required
HTTP Method POST
Request Object TwoFactorAuthLoginRequest
(application/json)
Response Object LoginResponse
(application/json)