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

Response

200

OK