POST
/
link
/
authentication
/
mfa
/
get
Get the security question
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>"
}

Body

Response

200
application/json

OK

The response is of type object.