{
  "data": {
    "id": "who8tsqyrhCdmetzx135",
    "status": "ACTIVE",
    "verificationStatus": "VERIFIED",
    "name": "Event Hook Test",
    "description": null,
    "created": "2023-07-07T17:41:56.000Z",
    "createdBy": "00u7xut94qEWYx5ss1e5",
    "lastUpdated": "2023-07-07T17:43:03.000Z",
    "events": {
      "type": "EVENT_TYPE",
      "items": [
        "user.lifecycle.deactivate",
        "user.lifecycle.activate"
      ],
      "filter": null
    },
    "channel": {
      "type": "HTTP",
      "version": "1.0.0",
      "config": {
        "uri": "https://example_external_service/userDeactivate",
        "headers": [],
        "method": "POST",
        "authScheme": {
          "type": "HEADER",
          "key": "authorization"
        }
      }
    },
    "_links": {
      "self": {
        "href": "https://example.com/api/v1/eventHooks/who8tsqyrhCdmetzx135"
      },
      "verify": {
        "href": "https://example.com/api/v1/eventHooks/who8tsqyrhCdmetzx135/lifecycle/verify",
        "hints": {
          "allow": [
            "POST"
          ]
        }
      },
      "deactivate": {
        "href": "https://example.com/api/v1/eventHooks/who8tsqyrhCdmetzx135/lifecycle/deactivate",
        "hints": {
          "allow": [
            "POST"
          ]
        }
      }
    }
  }
}