Authentication & Headers
Private and administrative routes require you to authenticate using a centralized API Key. You must pass this key as an HTTP header on every request.
Fetches the real-time status of the Kyntix Discord bot, including whether it is currently online and its network latency (ping) in milliseconds.
Interactive Explorer
Integration Snippet
Returns a list of all application slash commands configured in the bot, along with their names and functional descriptions.
Interactive Explorer
Integration Snippet
Retrieves cumulative statistics of how many times each slash command has been executed by users since the bot's initialization.
Interactive Explorer
Retrieve general dashboard metrics like total member count, active giveaway counts, pending tickets, coupons status, and bot system stats.
Security Details
Requires authorization. Requests must contain a valid X-API-Key or an active dashboard session cookie.
Integration Snippet
Triggers the Discord bot to start a new giveaway campaign instantly in the specified channel.
Request Body Parameters
| Parameter | Type | Requirement | Description |
|---|---|---|---|
| channel_id | string | Required | The Discord Channel ID where the giveaway will be sent. |
| prize | string | Required | The description of the prize (e.g., "1x Nitro Classic"). |
| duration | string | Required | Duration format, e.g. "10m" (minutes), "2h" (hours), "1d" (days). |
| winners | number | Optional | The number of winners to draw (Defaults to 1). |