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