Dead Drop · Example Payload

Dead Drop Generate Name Example

MessagingPrivacyAnonymousOpen Source

Dead Drop Generate Name 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/generate-name"
  },
  "response": {
    "status": 200,
    "headers": {
      "content-type": "application/json"
    },
    "body": {
      "name": "abacus-abide-ablaze-able",
      "id": "7c4e8d3a9f1b6e2c8d4a7f3b9e1c5d8a2f6b4e9d3c7a1f8b5e2d9c4a6f3b7e1d"
    }
  }
}