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.
Field | Description | Minimum Length | Maximum Length | Mandatory |
---|---|---|---|---|
key | Base 64 encoded, encrypted key | 1 | N/A | Yes |
Response Fields
A successful response for the Get Encrypted Data endpoint will return a 200 response.
Field | Description |
---|---|
iv | The encryption IV, stored in Base64. |
encryptedPayload | Encrypted data, stored in Base64. |
signatureOfPayloadAndIv | The signature of the encrypted payload and IV. |
Updated 16 days ago