Decrypt data
-
To decrypt any encrypted data use decrypt-data system API.
-
Provide encrypted string in requested body and get decrypted data in response.
Request method: POST
You can find 'secretFETransfer' in secret. It can be shared with FE/mobile app, so backend can decrypt data sent by them, and they can decrypt data shared by backend.
URL
Request payload
Get decrypted data using global object 'g'.