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.
post/webhooks/discord/interactions
Response
Successful Response
{"stackTrail":"paths:/webhooks/discord/interactions:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}