Get Encrypted Data - Field Descriptions

The following page details each of the fields received in the response when using the Get Encrypted Data endpoint.

Request Fields

The following table describes fields that can be included in the body of the request when getting encrypted data.

FieldDescriptionMinimum LengthMaximum LengthMandatory
keyBase 64 encoded, encrypted key1N/AYes

Response Fields

A successful response for the Get Encrypted Data endpoint will return a 200 response.

FieldDescription
ivThe encryption IV, stored in Base64.
encryptedPayloadEncrypted data, stored in Base64.
signatureOfPayloadAndIvThe signature of the encrypted payload and IV.