Sign in

Verify MFA code

documented

Verify the MFA code entered by the user.

POST /mfa/codes/verificationsMFAno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.smsapi.com/mfa/codes/verifications" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -d '{"phone_number":"{{$phone_number}}","code":"{{$code}}"}'
Verify MFA code · SMSAPI · OpenIntegrations