Retrieve Webhook Event by IDget https://{hostname}/webhooks/v1/events/{event-id}This operation returns a single Webhook Event by ID.Path Paramsevent-idintegerrequiredThe ID of a Webhook Event.HeadersAuthorizationstringrequiredA bearer token for authentication.global-tenant-idstringA global identifier for a tenant.acceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 200Event details for provided Event ID. 401Unable to authenticate the request. 403Unable to authorize the request. 404Event not found 500Internal server error.Updated 8 months ago