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

# Discord Interactions

`POST /api/v1/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

## Changes

- **2026-07-26** `2a1299ef19fa` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sipyourdrink-ltd/apis/bernstein-task-server/changes/api/v1/webhooks/discord/interactions/post.md)

---

[API](https://skmtc.dev/sipyourdrink-ltd/apis/bernstein-task-server.md) · [All operations](https://skmtc.dev/sipyourdrink-ltd/apis/bernstein-task-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sipyourdrink-ltd/bernstein-task-server/revisions/7f4871ff054a/schema)
