Skip to main content
POST
Register Discord Guild Integration

Authorizations

Authorization
string
header
required

Standard HTTP Bearer token authentication header (e.g. Authorization: Bearer pk_live_...).

Body

application/json
guild_id
string
required

Discord Snowflake Guild ID.

Example:

"1234567890123456"

guild_name
string

Guild title.

Example:

"Dev Community Server"

log_channel_id
string

Discord Text Channel Snowflake ID for anti-cheat and security logs.

Example:

"9876543210987654"

log_dm_enabled
boolean
default:false

Allow automated direct notification messages to users.

Example:

true

Response

Integration registered.

success
boolean
Example:

true

integration
object