diff --git a/endpoints/endpoints.js b/endpoints/endpoints.js
index d52b5a169629795fd41fbdc62e283d48475aa5f3..002d4f8dbb0dab4dd8340aadf7ec2a7e7731f0d2 100644
--- a/endpoints/endpoints.js
+++ b/endpoints/endpoints.js
@@ -688,10 +688,16 @@ const endpoints = [
     method: "put",
     route: "/api/rest/assessorUpdateForm",
     requestBody: ["form_id", "form_status"],
-  },{
+  },
+  {
     method: "post",
     route: "/api/rest/findForms",
     requestBody: ["param"],
+  },
+  {
+    method: "post",
+    route: "/api/rest/getAllInstitutesSPOC",
+    requestBody: ["limit", "offsetNo"],
   }
 ];