Dead Drop · Example Payload

Dead Drop Health Example

MessagingPrivacyAnonymousOpen Source

Dead Drop Health 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/health"
  },
  "response": {
    "status": 200,
    "headers": {
      "content-type": "application/json"
    },
    "body": {
      "status": "ok",
      "timestamp": "2026-05-16T12:00:00.000Z"
    }
  }
}