diff --git a/docs/getting-started/sending/get-destination.mdx b/docs/getting-started/sending/get-destination.mdx
index 59ebd21b6ffea14aea177dd89d8655b100bdfcdc..9e285dd9c5b9d75cf418847a73d464598d4072c1 100644
--- a/docs/getting-started/sending/get-destination.mdx
+++ b/docs/getting-started/sending/get-destination.mdx
@@ -373,24 +373,28 @@ $ curl \
     -H "Content-Type: application/json" \
     -X GET $SERVICE_URL/v1/destinations/$DESTINATION_ID
 
-> {
-  "destinationId": "7881dba9-4055-4854-8b6d-11ea5b7f3047",
+{
+  "destinationId": "13ad2349-975c-4167-bcd8-da606b4e1d84",
+  "status": "active",
   "services": [
     {
-      "identifier": "urn:de:fim:leika:leistung:99010003001006",
+      "identifier": "urn:de:fim:leika:leistung:99107004018000",
       "submissionSchemas": [
         {
-          "schemaUri": "https://schema.fitko.de/fim/s00000121_1.0.0.schema.json",
+          "schemaUri": "https://schema.fitko.de/fim/s00000122_1.0.0.schema.json",
           "mimeType": "application/json"
         }
       ],
       "regions": [
-        "DE094750156156",
-        "DE09330411"
+        "DE09415061516",
+        "DE09420411"
       ]
     }
   ],
-  "encryptionKid": "c66e4423-e28d-4a1f-911d-818f9ab60221"
+  "encryptionKid": "e4142167-7f03-4d4f-a8c9-c7ecc78f55f8",
+  "metadataVersions": [
+    "1.0.0"
+  ]
 }
 ```
 </TabItem>
diff --git a/versioned_docs/version-FIT-Connect_v1/getting-started/sending/get-destination.mdx b/versioned_docs/version-FIT-Connect_v1/getting-started/sending/get-destination.mdx
index 59ebd21b6ffea14aea177dd89d8655b100bdfcdc..9e285dd9c5b9d75cf418847a73d464598d4072c1 100644
--- a/versioned_docs/version-FIT-Connect_v1/getting-started/sending/get-destination.mdx
+++ b/versioned_docs/version-FIT-Connect_v1/getting-started/sending/get-destination.mdx
@@ -373,24 +373,28 @@ $ curl \
     -H "Content-Type: application/json" \
     -X GET $SERVICE_URL/v1/destinations/$DESTINATION_ID
 
-> {
-  "destinationId": "7881dba9-4055-4854-8b6d-11ea5b7f3047",
+{
+  "destinationId": "13ad2349-975c-4167-bcd8-da606b4e1d84",
+  "status": "active",
   "services": [
     {
-      "identifier": "urn:de:fim:leika:leistung:99010003001006",
+      "identifier": "urn:de:fim:leika:leistung:99107004018000",
       "submissionSchemas": [
         {
-          "schemaUri": "https://schema.fitko.de/fim/s00000121_1.0.0.schema.json",
+          "schemaUri": "https://schema.fitko.de/fim/s00000122_1.0.0.schema.json",
           "mimeType": "application/json"
         }
       ],
       "regions": [
-        "DE094750156156",
-        "DE09330411"
+        "DE09415061516",
+        "DE09420411"
       ]
     }
   ],
-  "encryptionKid": "c66e4423-e28d-4a1f-911d-818f9ab60221"
+  "encryptionKid": "e4142167-7f03-4d4f-a8c9-c7ecc78f55f8",
+  "metadataVersions": [
+    "1.0.0"
+  ]
 }
 ```
 </TabItem>