This API can be used for whole authentication flow for any kind of application.
Use Cases:

  1. To generate OTP : We will send an OTP to the provided email and the same will be provided in API response.
  2. To register User : We will store the user data which is provided in request body. (Email field is required)
  3. To login User : We will verify the user data and send a jwt token if verification is successful.
    Note : OTP generation is rate limited API. (1 request/min)
Language
Authorization
Header
Click Try It! to start a request and see the response here!