Skip to main content

Encrypt JSON

Response for POST request for Accept-Header = application/json

datastring

Encrypted data (Base64 encoded)

Example: VGhpcyBhcmUgZW5jcnlwdGVkIGRhdGE=
ivstring

The generates, or submitted IV (Base64 encoded)

Example: MTIzNDU2Nzg5MEFCQ0RFRg==
ivEmbeddedboolean

If true, the iv is prepended to the encrypted data

Example: true
timestampdate-time

Timestamp of the response

Example: 2025-08-25T16:56:15+0000
Encrypt JSON
{
"data": "VGhpcyBhcmUgZW5jcnlwdGVkIGRhdGE=",
"iv": "MTIzNDU2Nzg5MEFCQ0RFRg==",
"ivEmbedded": true,
"timestamp": "2025-08-25T16:56:15+0000"
}