Dead Drop · Example Payload

Dead Drop Update Drop Example

MessagingPrivacyAnonymousOpen Source

Dead Drop Update Drop Example is an example object payload from Dead Drop, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "PUT",
    "url": "https://api.dead-drop.xyz/api/v1/drops/7c4e8d3a9f1b6e2c8d4a7f3b9e1c5d8a2f6b4e9d3c7a1f8b5e2d9c4a6f3b7e1d",
    "headers": {
      "content-type": "application/json"
    },
    "body": {
      "payload": "6e5f2d4b8c9a7e3f1d2c4b8e9a3f7d2c",
      "iv": "112233445566778899aabbcc",
      "mimeType": "text/plain",
      "contentHash": "7c4e8d3a9f1b6e2c8d4a7f3b9e1c5d8a2f6b4e9d3c7a1f8b5e2d9c4a6f3b7e1d",
      "newContentHash": "8d5f9e2a3c7b6f4d1e8a2c9b5d7e1f3a4c6b8d9e2a5f3b7c1d4e6a8c2f9b5d3e",
      "I_agree_with_terms_and_conditions": true
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "content-type": "application/json"
    },
    "body": {
      "success": true,
      "version": 2
    }
  }
}