cURL
curl --request POST \ --url https://sandbox.deck.co/api/v1/link/authentication/mfa/answer \ --header 'Content-Type: application/json' \ --data '{ "link_token": "<string>", "answer": "<string>" }'
This response does not have an example.
Call this endpoint to send your MFA code, when receiving MfaCodeRequired or MfaCodeInvalid status from webhook
OK
Was this page helpful?