Skip to main content
POST
/
link
/
authentication
/
mfa
/
answer
Provide MFA code
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.

Body

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

Minimum length: 1
answer
string
required
Minimum length: 1

Response

OK

I