Authorizations
Enter your client id
Enter your secret
Response
OK
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 '{
"job_guid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"answer": "<string>"
}'This response does not have an example.Call this endpoint to send your MFA code
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 '{
"job_guid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"answer": "<string>"
}'This response does not have an example.Enter your client id
Enter your secret
OK
Was this page helpful?