Users

Whitelist a user

Creates a key but with the key claimed

post/api/v1/users/whitelist

Headers

Authenticationstring required

API Key

Request body

discord_idstring
durationinteger required
notestring

Example request

{
  "discord_id": "123456789012345678",
  "duration": 86400,
  "note": "Premium"
}

Response

Generated key

object required

Changes