Allianz Technology Standards · Example Payload

Tech Standards Webhook Guideline Example

Best PracticesEnterprise ArchitectureGuidelinesSoftware DevelopmentTechnology StandardsAPI DesignOpenAPI

Tech Standards Webhook Guideline Example is an example object payload from Allianz Technology Standards, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

guideline_idnameversionnotification_typessecurity_requirements

Example Payload

tech-standards-webhook-guideline-example.json Raw ↑
{
  "guideline_id": "guide-wh-001",
  "name": "Webhook Notification Standard",
  "version": "1.3.0",
  "notification_types": [
    {}
  ],
  "security_requirements": [
    {}
  ]
}