class Api::V1::Webhooks::Outgoing::EventsController

def show

GET /api/v1/webhooks/outgoing/events/:id
def show
  render json: @event.payload
end