I want to use send one time password for authentication purpose in portal. How can I achieve this by sending sms to mobile no

Certified Lead Developer

Hi Champs,

I have a Use case where user need to be authenticated with a onetime password provided to their mobile number. How can I achieve this?

Regards,

Ghanashyam

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to sanchitg0002

    Technically, it accepts both multipart/form-data and application/x-www-form-urlencoded.

    From the docs:

    Twilio's APIs expect the content type of API requests to be either application/x-www-form-urlencoded or multipart/form-data. It is important to note that although Twilio returns responses in JSON format, the API requests themselves should be formatted as either www-urlencoded or multiparty form data.

Children