OTP Services
This API is associated with sending OTP to user on the Sunbird Platform.
- The endpoint for Generate OTP is
otp/v1/generate - The fields marked with an asterisk (*) are mandatory. They cannot be null or empty.
To make use of the API, you require authorization. Raise a request to the administrator for the use of the API. You will receive the authorization key. Specify the key received, here.
OK ! Successful operation."Generate OTP" operation was successfully executed.
BAD REQUEST. The "Generate OTP" operation failed ! The possible reason for failure is that you may have missed providing input for a mandatory parameter.
INTERNAL SERVER ERROR ! Looks like something went wrong! These errors are tracked automatically, but if the problem persists feel free to contact us. In the meantime, try refreshing.
This API is associated with verifying the OTP of the user on the Sunbird Platform.
- The endpoint for Verifiy OTP is
otp/v1/verify - The fields marked with an asterisk (*) are mandatory. They cannot be null or empty.
- The Otp provided in the request is verified with the available otp generated for the user within the sunbird system.
To make use of the API, you require authorization. Raise a request to the administrator for the use of the API. You will receive the authorization key. Specify the key received, here.
OK ! Successful operation."Verify Otp" operation was successfully executed.
BAD REQUEST. The "Verify Otp" operation failed! The possible reason for failure is that you may have missed providing input for a mandatory parameter.
INTERNAL SERVER ERROR ! Looks like something went wrong! These errors are tracked automatically, but if the problem persists feel free to contact us. In the meantime, try refreshing.
Last updated
Was this helpful?