Decrypt data
-
To decrypt any encrypted data use decrypt-data system API.
-
Provide an encrypted string in the 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 the backend can decrypt data sent by them, and they can decrypt data shared by the backend.
URL
Request payload
title: Decrypt Data Example description: Example demonstrating how to decrypt data securely using API Maker’s system API.
Decrypt System API
Get decrypted data using global object 'g'.