diff --git a/EI-IICS-Team/FP&M_PoC/POST_getatoken.json b/EI-IICS-Team/FP&M_PoC/POST_getatoken.json
new file mode 100644
index 0000000000000000000000000000000000000000..2818ace5cbf6b4ad9f2be693e1ca4be07729e374
--- /dev/null
+++ b/EI-IICS-Team/FP&M_PoC/POST_getatoken.json
@@ -0,0 +1,94 @@
+{
+  "swagger" : "2.0",
+  "info" : {
+    "description" : null,
+    "version" : "1.0.0",
+    "title" : null,
+    "termsOfService" : null,
+    "contact" : null,
+    "license" : null
+  },
+  "host" : "api.wisc.edu",
+  "basePath" : "/oauth",
+  "schemes" : [ "https" ],
+  "paths" : {
+    "/token" : {
+      "post" : {
+        "tags" : [ "POST_getatoken" ],
+        "summary" : null,
+        "description" : null,
+        "operationId" : "POST_getatoken",
+        "produces" : [ "application/json" ],
+        "consumes" : [ "application/x-www-form-urlencoded" ],
+        "parameters" : [ {
+          "name" : "{\"grant_type\"",
+          "in" : "formData",
+          "description" : null,
+          "required" : false,
+          "type" : "string"
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "successful operation",
+            "schema" : {
+              "$ref" : "#/definitions/POST_getatoken"
+            }
+          }
+        }
+      }
+    }
+  },
+  "definitions" : {
+    "POST_getatoken" : {
+      "properties" : {
+        "refresh_token_expires_in" : {
+          "type" : "number",
+          "format" : "int32"
+        },
+        "api_product_list" : {
+          "type" : "string"
+        },
+        "api_product_list_json" : {
+          "type" : "array",
+          "items" : {
+            "type" : "string"
+          }
+        },
+        "organization_name" : {
+          "type" : "string"
+        },
+        "developer.email" : {
+          "type" : "string"
+        },
+        "token_type" : {
+          "type" : "string"
+        },
+        "issued_at" : {
+          "type" : "string"
+        },
+        "client_id" : {
+          "type" : "string"
+        },
+        "access_token" : {
+          "type" : "string"
+        },
+        "application_name" : {
+          "type" : "string"
+        },
+        "scope" : {
+          "type" : "string"
+        },
+        "expires_in" : {
+          "type" : "number",
+          "format" : "int32"
+        },
+        "refresh_count" : {
+          "type" : "string"
+        },
+        "status" : {
+          "type" : "string"
+        }
+      }
+    }
+  }
+}
\ No newline at end of file