cURL
curl --request POST \ --url https://sandbox.deck.co/api/v1/link/authentication/mfa/get \ --header 'Content-Type: application/json' \ --data '{ "link_token": "<string>" }'
{ "question": "<string>" }
Call this endpoint when receiving the connection status MfaQuestion, to get the text of the MFA security question
OK
The response is of type object.
object
Was this page helpful?