# SMS Verify

This allows you to generate a one-time verification code delivered via SMS and verify the generated code for authentication, allowing seamless authentication flows within Promotexter's platform.

 - [POST /twofa/generate](https://promotexter-api.redocly.app/api/sms-verify/generatetwofactorcode.md): Generates a one-time verification code and sends it via SMS using the required sender ID, recipient and text fields, and optionally include code format customization, expiration, attemptLimit, callbac
 - [POST /twofa/verify](https://promotexter-api.redocly.app/api/sms-verify/verifytwofactorcode.md): Verifies the generated one-time verification code using the required id and code fields.<br><br><b>Authentication options:</b> either use a <b>Promotexter token</b> in the Authorization header, or pro
