Sign in

Generate MFA code

documented

Generate/send an MFA authorization code via SMS.

POST /mfa/codesMFAno 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" -X POST -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" -H "Content-Type: application/json" -H "Accept: application/json" -d '{"phone_number":"{{$phone_number}}","from":"{{$from}}","content":"{{$content}}","fast":"{{$fast}}"}'