Skip to main content
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

The link_token, must be provided when calling Link endpoints, for identifying the Link session.

Minimum length: 1

Response

OK

question
string
required
Minimum length: 1
I