Blacklist

Blacklist a user

Adds a Discord user to the script blacklist

post/api/v1/blacklist/users

Headers

Authenticationstring required

API Key

Request body

discord_idstring required
notestring

Example request

{
  "discord_id": "123456789012345678",
  "note": "Cheating"
}

Response

Blacklist result

object required

Changes

No recorded changes to this endpoint across all 1 revision of this API.