public function getOrgById(Request $request){ // do something here... return response()->json(array('foo' => 'bar')); }