cURL
curl --request POST \ --url https://sandbox.deck.co/api/v1/jobs/mfa/answer \ --header 'Content-Type: application/json' \ --header 'x-deck-client-id: <api-key>' \ --header 'x-deck-secret: <api-key>' \ --data ' { "answer": "<string>", "job_guid": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } '
{ "error_category": "INVALID_REQUEST", "error_code": "DATA_SOURCE_NOT_FOUND", "error_message": "<string>", "display_message": "<string>" }
Used during custom authentication flows to respond to the MfaQuestionEncounteredEvent webhook that requests a MFA code.
MfaQuestionEncounteredEvent
Enter your client id
Enter your secret
OK
Was this page helpful?