Skip to main content
POST
/
api
/
servers
/
{serverID}
/
bots
/
{botID}
Add bot to server
curl --request POST \
  --url http://localhost:8091/api/servers/{serverID}/bots/{botID} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Session token obtained from /api/auth/login or /api/auth/register. Pass as: Authorization: Bearer

Path Parameters

serverID
string
required

Server ID

botID
string
required

Bot user ID

Response

204

Bot added to server