GET /platform/v1/wrappingKey
Retrieve and create, if necessary, the wrapping key - RSA 4096. This feature is a limited availability program. Contact your Marketing Cloud account representative for more information about participation in this program. Data at Rest Encryption is a prerequisite for this feature.
Name | Type | Description | |
---|---|---|---|
x-request-id | string | Header parameter: Request ID for the request. Default Format: c39516e2-55e0-426d-8717-b2efed6d9841. | |
x-mccs-user-context | string | Header parameter: Indicates the MCCS user context. Example: EID=111;MID=111;EmployeeId=111. | |
x-mccs-keystore-provider | string | Header parameter: Specify a key store provider to use for an ImportKey or WrappingKey request. Examples: kms, keysecure, database. Default: keysecure. | |
x-mccs-mac | string | Header parameter: Specify the message authentication code for the request. |
Status | Name | Type | Description |
---|---|---|---|
200 | Successfully retrieved public wrapping key bytes | ||
400 | Invalid keystore provider name in the request header | ||
type | string | undefined | |
title | string | undefined | |
status | integer | Format: int32. | |
detail | string | undefined | |
instance | string | undefined | |
additionalProperties | object | undefined | |
500 | Unable to process request | ||
statusCode | integer | Format: int32. | |
requestId | string | undefined | |
message | string | undefined | |
messageCode | string | undefined |
Example Request
Example Response