diff --git a/README.md b/README.md
index 7f849d0d42dfde718dcb559a9aea4a0f9190de87..6983b100a15ede1da621163016b59348885a8604 100644
--- a/README.md
+++ b/README.md
@@ -269,4 +269,18 @@ Any non-empty responses are JSON formatted messages.
         "type": "array",
         "items": {"type": "string"}
     }
+    ```
+    
+* /classifier/*`type`*/*`source-equipment`*/`*source-interface*`
+
+  The source-equipment is the equipment that causes the trap, not the NMS that
+  sends it.
+  
+  The response will be an object containing the metadata
+  
+    ```json
+    {
+        "$schema": "http://json-schema.org/draft-07/schema#",
+        "type": "object"
+    }
     ```
\ No newline at end of file