{“enabled”: true, “url”: “https://our-endpoint/webhook”, “dlq_arn”: “arn:aws:sqs:us-west-2:123456:dlq-retries”}
POST /api/v2/analytics/event/queries keeps throwing a 502 when the downstream queue backs up. we’ve got a retry loop running but it just hammers the endpoint until the platform blocks us. Trying to push failed payloads to a dead letter queue, but the webhook config API rejects that dlq_arn field with a 400. The docs don’t show the right structure.