# Make new otp **POST /otp/make** make new otp ## Servers ## Parameters ### Body: (object) - **phone** (string) phone number with e164 format - **otpType** (string) - **data** (string(base64) | null) Consumer related custom data in base64 format ## Responses ### 500 Server Error #### Body: (string) string ### 200 Succes make otp #### Body: (object) - **otpID** (string) - **redirectLink** (string) - **validUntil** (string(date-time)) ### 400 Request Malfunction missing argument, properties or invalid data #### Body: (string) string [Powered by Bump.sh](https://bump.sh)