{
  "ok": true,
  "name": "public-notify",
  "endpoint": "https://api.notificator-project.com",
  "methods": [
    "POST",
    "GET",
    "OPTIONS"
  ],
  "auth": {
    "headers": [
      "Authorization: Bearer wpnotif_...",
      "x-api-key: wpnotif_...",
      "x-wpnotif-key: wpnotif_..."
    ],
    "allowedKeyTypes": [
      "public_client",
      "internal_service"
    ],
    "rejectedKeyTypes": [
      "wordpress_server"
    ]
  },
  "acceptedContentTypes": [
    "application/json",
    "application/x-www-form-urlencoded",
    "text/plain"
  ],
  "payloadRules": {
    "minimum": "At least one meaningful field is required (title/body/message/category/severity/payload/data).",
    "emptyPayloadStatus": 400
  },
  "deliveryDefaults": {
    "sendPush": true,
    "sendMqtt": true,
    "strictDelivery": false
  },
  "minimumPayload": {
    "title": "Deployment Completed",
    "body": "Version 2.4.1 is now live."
  },
  "openapi": "https://api.notificator-project.com?format=openapi"
}