---
title: "Discord Interactions"
method: POST
path: "/webhooks/discord/interactions"
---

# Discord Interactions

`POST /webhooks/discord/interactions`

Receive and route Discord Application Command interactions.

Verifies the Ed25519 signature, handles PING handshakes, and dispatches
slash commands to the appropriate handler. Returns an immediate response
(Discord requires a reply within 3 seconds).

Returns:
    200 with a Discord interaction response object on success.
    401 if the signature is invalid.
    400 if the payload cannot be parsed.

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.net/sipyourdrink-ltd/apis/bernstein-task-server.md) · [All operations](https://skmtc.net/sipyourdrink-ltd/apis/bernstein-task-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sipyourdrink-ltd/bernstein-task-server/versions/86f514b4e920/schema)
