Home

OTP Manager Service (1.0)

Download OpenAPI specification:Download

License: Mosip

Rest Endpoints for operations related to OTP

otpvalidator

Operation related to Otp validation

This endpoint validates the OTP against a key

This endpoint validates the OTP against a key

query Parameters
key
required
string
otp
required
string

Responses

otpgenerator

Operation related to Otp generation

This endpoint handles the OTP generation

This endpoint handles the OTP generation

Request Body schema: application/json
id
string
version
string
requesttime
string <date-time>
metadata
object
required
object (OtpGeneratorRequestDto)

Responses

Request samples

Content type
application/json
{
  • "id": "string",
  • "version": "string",
  • "requesttime": "2019-08-24T14:15:22Z",
  • "metadata": { },
  • "request": {
    }
}
Home