OTP Service
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
POST /egov-otp/v110/otp/v1/_create HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 252
{
"RequestInfo": {
"apiId": "text",
"ver": "text",
"ts": 1,
"action": "text",
"did": "text",
"key": "text",
"msgId": "text",
"requesterId": "text",
"authToken": "text"
},
"otp": {
"otp": "text",
"uuid": "text",
"identity": "text",
"tenantId": "text",
"isValidationSuccessful": "text"
}
}{
"ResponseInfo": {
"apiId": "text",
"ver": "text",
"ts": 1,
"resMsgId": "text",
"msgId": "text",
"status": "SUCCESSFUL"
},
"otp": [
{
"otp": "text",
"uuid": "text",
"identity": "text",
"tenantId": "text",
"isValidationSuccessful": "text"
}
]
}POST /egov-otp/v110/otp/v1/_validate HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 252
{
"RequestInfo": {
"apiId": "text",
"ver": "text",
"ts": 1,
"action": "text",
"did": "text",
"key": "text",
"msgId": "text",
"requesterId": "text",
"authToken": "text"
},
"otp": {
"otp": "text",
"uuid": "text",
"identity": "text",
"tenantId": "text",
"isValidationSuccessful": "text"
}
}{
"ResponseInfo": {
"apiId": "text",
"ver": "text",
"ts": 1,
"resMsgId": "text",
"msgId": "text",
"status": "SUCCESSFUL"
},
"otp": [
{
"otp": "text",
"uuid": "text",
"identity": "text",
"tenantId": "text",
"isValidationSuccessful": "text"
}
]
}POST /egov-otp/v110/otp/v1/_search HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 252
{
"RequestInfo": {
"apiId": "text",
"ver": "text",
"ts": 1,
"action": "text",
"did": "text",
"key": "text",
"msgId": "text",
"requesterId": "text",
"authToken": "text"
},
"otp": {
"otp": "text",
"uuid": "text",
"identity": "text",
"tenantId": "text",
"isValidationSuccessful": "text"
}
}{
"ResponseInfo": {
"apiId": "text",
"ver": "text",
"ts": 1,
"resMsgId": "text",
"msgId": "text",
"status": "SUCCESSFUL"
},
"otp": [
{
"otp": "text",
"uuid": "text",
"identity": "text",
"tenantId": "text",
"isValidationSuccessful": "text"
}
]
}