Is there a way to view webhook delivery logs/failures in the Sendbird Dashboard?

[Problem/Question]
Is there a way to view webhook delivery logs/failures in the Sendbird Dashboard?


[Frequency]
always

[Current impact]
Environment:

  • Platform: Kubernetes (AKS)
  • Server: Spring Boot (Kotlin)
  • Webhook endpoint: /v1/webhooks/sendbird/events

Issue:
Webhook events from Sendbird are not being received by our server. When I manually send requests using Postman to the same endpoint, everything works
correctly (logs are printed, responses are returned).