PUT /platform/v1/ens-regenerate

Regenerates a signature key for a given callback. Regenerating a signature key deactivates the existing key.

JSON Parameters

NameTypeDescription
callbackIdstringRequiredUnique identifier of the callback.

Responses

StatusNameTypeDescription
200  New signature key generated. Review example response.
 callbackNamestringName of the callback.
 callbackIdstringUnique identifier of the callback.
 urlstringHTTPS URL of the customer callback that receives event notifications in the format https://host[/path].
 signatureKeystringA symmetric key to authenticate messages coming from Marketing Cloud.

Example Request

Example Response

HTTP Responses

ResponseReason
200 OKNew signature key generated. Review example response.
400 Bad RequestUnable to process the request.
401 UnauthorizedRequest not authorized; missing or incorrect bearer token.
403 ForbiddenFailed to pass authorization.
404 Not FoundCallback ID doesn’t exist for this MID.
500 Server ErrorInternal error