get '/:token/sent_events' do
    unless Octogate.config.token == params[:token]
      status 403
      body "Access forbidden"
      return