Discord
Integration with Discord.
Last updated
Integration with Discord.
Last updated
GET /api/discord/oauth?userId=text HTTP/1.1
Host:
Accept: */*
GET /api/discord/callback?code=text&state=text HTTP/1.1
Host:
Accept: */*
GET /api/discord/channels/{uid} HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
PUT /api/discord/channel/{uid} HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 20
{
"channelId": "text"
}