Decrypts the given input value/s OR values of the object.
POST
/crypto/v1/_decryptLast modified: 9 months ago
Request
Body Params application/json
array of:
Example
[
[
"896077|I/8Xwqr5MwB6UucEP8/Q5wiCHpbaNqGE",
"896077|I+gMx6TjN0BcLxudEiYQKIDKtSlmpJY="
],
{
"userObject1": {
"mobileNumber": "395551|eSfiPrQ1UK07d0SupYQYqbr2QFNOWSuYJYcU",
"name": "395551|CnCzaK1ADfnx+4FINXIQ9zjnUs1ieAtz"
}
}
]
Request samples
Responses
The response to a decryption request will have the same structure as the input.(200)
Invalid input.(400)
The response to a decryption request will have the same structure as the input.
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
array of:
Example
[
[
"Personal",
"Private"
],
{
"userObject1": {
"mobileNumber": "98989121234",
"name": "John Doe"
}
}
]
Last modified: 9 months ago