cURL
curl --request POST \ --url https://api.sandbox.finsei.com/v2/mfa/{type}/sign/{requestId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "code": "<string>" } '
{ "status": "<string>", "data": { "signToken": "<string>" } }
Submits an MFA verification code to retrieve a signToken.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Type of MFA method
sms
google
MFA request ID
6
Successful verification
Show child attributes