Skip to main content
POST
Create a webhook

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

serverId
string<uuid>
required

Body

application/json
channelId
string<uuid>
required
name
string
required
avatarUrl
string | null

Response

Success

id
string<uuid>
serverId
string<uuid>
channelId
string<uuid>
name
string
avatarUrl
string | null
createdBy
string<uuid>
createdAt
string<date-time>
token
string | null