diff --git a/reference/sender.json b/reference/sender.json
index 60e712903eba86e653faf5b98025f3f734b80887..fd2d832f05b368cd6059cb1458306cbf7db6a86e 100644
--- a/reference/sender.json
+++ b/reference/sender.json
@@ -17,10 +17,6 @@
     {
       "url": "https://sender.fiep-poc.de",
       "description": "Produktionsumgebung der API."
-    },
-    {
-      "description": "Testumgebung der API.",
-      "url": "https://xfall-sender-api.sandbox.fiep-poc.de"
     }
   ],
   "paths": {
@@ -78,6 +74,16 @@
               }
             }
           },
+          "403": {
+            "description": "Forbidden",
+            "content": {
+              "application/json": {
+                "schema": {
+                  "$ref": "../models/error-body.json"
+                }
+              }
+            }
+          },
           "410": {
             "description": "Gone",
             "content": {
@@ -122,13 +128,10 @@
         ],
         "security": [
           {
-            "Production API Key": [
+            "API Key": [
               "{source-id}:application:apply",
               "{source-id}:source:manage"
             ]
-          },
-          {
-            "Sandbox API Key": []
           }
         ]
       }
@@ -195,6 +198,16 @@
               }
             }
           },
+          "403": {
+            "description": "Forbidden",
+            "content": {
+              "application/json": {
+                "schema": {
+                  "$ref": "../models/error-body.json"
+                }
+              }
+            }
+          },
           "404": {
             "description": "Not Acceptable - Falsche doc-id",
             "content": {
@@ -252,13 +265,10 @@
         ],
         "security": [
           {
-            "Production API Key": [
+            "API Key": [
               "{source-id}:application:apply",
               "{source-id}:source:manage"
             ]
-          },
-          {
-            "Sandbox API Key": []
           }
         ]
       }
@@ -329,6 +339,16 @@
               }
             }
           },
+          "403": {
+            "description": "Forbidden",
+            "content": {
+              "application/json": {
+                "schema": {
+                  "$ref": "../models/error-body.json"
+                }
+              }
+            }
+          },
           "404": {
             "description": "Not Found",
             "content": {
@@ -344,13 +364,10 @@
         "description": "Ruft den aktuellen Status der Übermittlung sowie einer Übersicht der bisherigen Übertragungshistorie ab.",
         "security": [
           {
-            "Production API Key": [
+            "API Key": [
               "{source-id}:status:read",
               "{source-id}:source:manage"
             ]
-          },
-          {
-            "Sandbox API Key": []
           }
         ]
       }
@@ -470,6 +487,16 @@
               }
             }
           },
+          "403": {
+            "description": "Forbidden",
+            "content": {
+              "application/json": {
+                "schema": {
+                  "$ref": "../models/error-body.json"
+                }
+              }
+            }
+          },
           "410": {
             "description": "Gone",
             "content": {
@@ -488,13 +515,10 @@
         ],
         "security": [
           {
-            "Production API Key": [
+            "API Key": [
               "{source-id}:application:apply",
               "{source-id}:source:manage"
             ]
-          },
-          {
-            "Sandbox API Key": []
           }
         ]
       }
@@ -557,6 +581,16 @@
               }
             }
           },
+          "403": {
+            "description": "Forbidden",
+            "content": {
+              "application/json": {
+                "schema": {
+                  "$ref": "../models/error-body.json"
+                }
+              }
+            }
+          },
           "406": {
             "description": "Not Acceptable",
             "content": {
@@ -594,13 +628,10 @@
         ],
         "security": [
           {
-            "Production API Key": [
+            "API Key": [
               "{source-id}:application:apply",
               "{source-id}:source:manage"
             ]
-          },
-          {
-            "Sandbox API Key": []
           }
         ]
       },
@@ -638,6 +669,16 @@
               }
             }
           },
+          "403": {
+            "description": "Forbidden",
+            "content": {
+              "application/json": {
+                "schema": {
+                  "$ref": "../models/error-body.json"
+                }
+              }
+            }
+          },
           "404": {
             "description": "Not Found",
             "content": {
@@ -655,13 +696,10 @@
         ],
         "security": [
           {
-            "Production API Key": [
+            "API Key": [
               "{source-id}:destination-info:read",
               "{source-id}:source:manage"
             ]
-          },
-          {
-            "Sandbox API Key": []
           }
         ]
       }
@@ -702,7 +740,7 @@
             "content": {
               "application/json": {
                 "schema": {
-                  "$ref": "../models/status.json"
+                  "$ref": "../models/status-overview.json"
                 }
               }
             }
@@ -727,6 +765,16 @@
               }
             }
           },
+          "403": {
+            "description": "Forbidden",
+            "content": {
+              "application/json": {
+                "schema": {
+                  "$ref": "../models/error-body.json"
+                }
+              }
+            }
+          },
           "410": {
             "description": "Gone - Application-ID ungültig/Transfer-Timeout",
             "content": {
@@ -766,13 +814,10 @@
         ],
         "security": [
           {
-            "Production API Key": [
+            "API Key": [
               "{source-id}:application:apply",
               "{source-id}:source:manage"
             ]
-          },
-          {
-            "Sandbox API Key": []
           }
         ]
       }
@@ -783,12 +828,15 @@
       "name": "Application Transfer"
     },
     {
-      "name": "Transfer related Infos"
+      "name": "status"
+    },
+    {
+      "name": "Transfer related Information"
     }
   ],
   "components": {
     "securitySchemes": {
-      "Production API Key": {
+      "API Key": {
         "type": "oauth2",
         "flows": {
           "clientCredentials": {
@@ -803,12 +851,6 @@
           }
         },
         "description": "Dieses Authentifizierungsmethode wird genutzt, um den Zugriff auf die Produktiv API zu autorisieren. "
-      },
-      "Sandbox API Key": {
-        "name": "API-Key",
-        "type": "apiKey",
-        "in": "header",
-        "description": "Der API-Key wird als Authentifizierungsmittel für die Sandbox API benutzt."
       }
     }
   }
diff --git a/reference/subscriber.json b/reference/subscriber.json
index 4cc68697edfefe512730712a89bac39c0f1fee98..b71852e1d4d25f5fb3f8c732a6b2873d0adbc044 100644
--- a/reference/subscriber.json
+++ b/reference/subscriber.json
@@ -93,6 +93,16 @@
               }
             }
           },
+          "403": {
+            "description": "Unauthorized",
+            "content": {
+              "application/json": {
+                "schema": {
+                  "$ref": "../models/error-body.json"
+                }
+              }
+            }
+          },
           "404": {
             "description": "Not Found",
             "content": {
@@ -202,6 +212,16 @@
               }
             }
           },
+          "403": {
+            "description": "Unauthorized",
+            "content": {
+              "application/json": {
+                "schema": {
+                  "$ref": "../models/error-body.json"
+                }
+              }
+            }
+          },
           "404": {
             "description": "Not Found",
             "content": {
@@ -391,6 +411,16 @@
               }
             }
           },
+          "403": {
+            "description": "Unauthorized",
+            "content": {
+              "application/json": {
+                "schema": {
+                  "$ref": "../models/error-body.json"
+                }
+              }
+            }
+          },
           "404": {
             "description": "Not Found",
             "content": {
@@ -447,6 +477,16 @@
               }
             }
           },
+          "403": {
+            "description": "Unauthorized",
+            "content": {
+              "application/json": {
+                "schema": {
+                  "$ref": "../models/error-body.json"
+                }
+              }
+            }
+          },
           "404": {
             "description": "Not Found",
             "content": {
@@ -662,6 +702,16 @@
               }
             }
           },
+          "403": {
+            "description": "Unauthorized",
+            "content": {
+              "application/json": {
+                "schema": {
+                  "$ref": "../models/error-body.json"
+                }
+              }
+            }
+          },
           "404": {
             "description": "Not Found",
             "content": {
@@ -780,6 +830,16 @@
               }
             }
           },
+          "403": {
+            "description": "Unauthorized",
+            "content": {
+              "application/json": {
+                "schema": {
+                  "$ref": "../models/error-body.json"
+                }
+              }
+            }
+          },
           "404": {
             "description": "Not Found",
             "content": {
@@ -837,6 +897,16 @@
               }
             }
           },
+          "403": {
+            "description": "Unauthorized",
+            "content": {
+              "application/json": {
+                "schema": {
+                  "$ref": "../models/error-body.json"
+                }
+              }
+            }
+          },
           "404": {
             "description": "Not Found",
             "content": {
@@ -930,6 +1000,16 @@
               }
             }
           },
+          "403": {
+            "description": "Unauthorized",
+            "content": {
+              "application/json": {
+                "schema": {
+                  "$ref": "../models/error-body.json"
+                }
+              }
+            }
+          },
           "404": {
             "description": "Not Found",
             "content": {
@@ -1036,6 +1116,16 @@
                 }
               }
             }
+          },
+          "403": {
+            "description": "Unauthorized",
+            "content": {
+              "application/json": {
+                "schema": {
+                  "$ref": "../models/error-body.json"
+                }
+              }
+            }
           }
         },
         "operationId": "list-destinations",
@@ -1097,6 +1187,16 @@
                 }
               }
             }
+          },
+          "403": {
+            "description": "Unauthorized",
+            "content": {
+              "application/json": {
+                "schema": {
+                  "$ref": "../models/error-body.json"
+                }
+              }
+            }
           }
         },
         "description": "Legt eine neue Destination an.",