Dead Drop · Example Payload

Dead Drop Retrieve Drop Example

MessagingPrivacyAnonymousOpen Source

Dead Drop Retrieve 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": "GET",
    "url": "https://api.dead-drop.xyz/api/v1/drops/7c4e8d3a9f1b6e2c8d4a7f3b9e1c5d8a2f6b4e9d3c7a1f8b5e2d9c4a6f3b7e1d?I_agree_with_terms_and_conditions=true"
  },
  "response": {
    "status": 200,
    "headers": {
      "content-type": "application/json"
    },
    "body": {
      "id": "7c4e8d3a9f1b6e2c8d4a7f3b9e1c5d8a2f6b4e9d3c7a1f8b5e2d9c4a6f3b7e1d",
      "tier": "free",
      "visibility": "private",
      "payload": "5d4f1c3a9e7b8d2f6c1a4e9b3d8f7c2a",
      "salt": "a1b2c3d4e5f6789012345678abcdef01",
      "iv": "00112233445566778899aabb",
      "encryptionAlgo": "pbkdf2-aes256-gcm-v1",
      "encryptionParams": {
        "rounds": 100000
      },
      "mimeType": "text/plain",
      "hashAlgo": "sha-256",
      "expiresAt": "2026-05-23T12:00:00.000Z"
    }
  }
}