Skip to main content
GET
/
api
/
webhook
/
notification-sound
Get notification sound file
curl --request GET \
  --url https://your-instance.example.com/api/webhook/notification-sound
"<binary: MP3 audio stream — Content-Type: audio/mpeg, ~12 KB>"

Response

MP3 audio file returned with Content-Type: audio/mpeg. When the static asset is unreachable the endpoint serves an inline base64-encoded fallback beep — the response is still a valid MP3 but very short (~1 KB).

Binary MP3 stream. Roughly 12 KB for the default sound; ~1 KB for the inline fallback beep.