Get a Webhooks v3 eventget https://{hostname}/{customerId}/webhooks/subscriptions/{subscriptionId}/events/{eventId}Returns a Webhooks v3 event.Path ParamscustomerIdstringrequiredUnique identifier of an Akamai customer. To verify your customer ID, log in to Console and then, on the Manage Application page, check the value of the customer_id setting.subscriptionIdstringrequiredUnique identifier of a Webhooks v3 subscription. Use the List subscriptions operation to return the IDs of your subscriptions.eventIdstringrequiredUnique identifier of a Webhooks v3 event. Note that you can only return events currently in the event store. Webhooks v3 automatically removes events from the event store after seven days. Use the List events operation to return the IDs of all the events in the event store.Responses 200Webhooks event details. 403You don't have permission to access the resource. 404A path component couldn’t be found.Updated about 1 month ago