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