search OTP Configuration entry using uuid
POST
/otp/v1/_searchLast modified: 6 months ago
search the mobile number and otp using uuid ,uuid nothing but otp reference number
Request
Header Params
Content-Type
string
optional
Example:
application/json
Body Params text/plain
Example:{
"RequestInfo": {
"apiId": null,
"ver": null,
"ts": null,
"action": "POST",
"did": null,
"key": null,
"msgId": "5bfa85e7-dfa1-47c8-98b2-747bf552be86",
"authToken": "50b80fa6-bec2-438e-a168-ce5ad53770b5"
},
"otp": {
"tenantId": "pg",
"UUID": "da588d19-f1b5-4b6a-9e48-2e1dd75a0a7c"
}
}
Request samples
Responses
Request acknowledged sucessfully(200)
Request failed(400)
Request acknowledged sucessfully
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: 6 months ago