Policy approval resolved

This webhook event is sent when a policy approval workflow has completed. The policy request is either approved or rejected.

Webhook
policy.approval.resolved
Request body
Field Type Required
id string Yes
date date-time Yes
kind enum string Yes
data object Yes
timestampSent integer Yes
deliveryAttempt integer Yes
retryOf string No
{
  "id": "<string>",
  "date": "2023-11-07T05:31:56Z",
  "kind": "policy.approval.resolved",
  "data": {
    "activityId": "<string>",
    "activityKind": "Registry:Addresses:Modify",
    "status": "Pending"
  },
  "timestampSent": 123,
  "deliveryAttempt": 2,
  "retryOf": "<string>"
}
Response
200: Success

Indicates that the receiving endpoint has successfully processed the event.If the endpoint returns any status code other than 200, the delivery is considered failed and another attempt will be made.