API
Labels

Labels

Read the API Overview to get started and learn more.

Create Label

Creates a new label.

POST
/
guilds
/
guildId
/
labels

Request body

FieldTypeDescription
namestringName of the label
color (optional)stringName of a color supported by bnder

Response body

Returns LabelEntity

Returns a 200 status

Get Labels

Returns all labels in a guild.

GET
/
guilds
/
guildId
/
labels

Request body -

Response body

Returns a list of LabelEntities

Returns a 200 status

Update Label

Changes the name or color of a label.

PUT
/
guilds
/
guildId
/
labels
/
labelId

Request body

FieldTypeDescription
name (optional)stringName of the label
color (optional)stringName of a color supported by bnder

Response body

Returns LabelEntity

Returns a 200 status

Delete Label

Deletes a label from the guild.

DELETE
/
guilds
/
guildId
/
labels
/
labelId

Request body -

Response body -

Returns a 204 status

Label Entity

FieldTypeDescription
idstringThe labels Id
namestringName of the label
color (optional)stringHexadecimal color code

Social Media

Twitter

Instagram

Discord

GitHub

YouTube

bnder logo