CraftAPI
  • CraftAPI
  • Changelog
  • Ccomunity
    • Profil hráče
    • VIP status
  • Economy & Levels
    • Level & Experience
    • Live data
  • Leaderboards
    • Votes
    • Levels
    • Economy
    • Ostatní
  • Server
    • Statistiky
    • Mojang API
  • Administrative
    • CraftBox Account
    • CraftBox Permissions
Powered by GitBook
On this page
  1. Administrative

CraftBox Permissions

Enpointy pro získání práv pro CraftBox

User permissions

GET https://api.craftmania.cz/account/permissions/:nick

Endpoint vrací array práv pro zadaný nick.

Path Parameters

Name
Type
Description

nick

string

Nick člena AT

Headers

Name
Type
Description

authorization

string

Bearer token pro autorizaci

{
  "status": 200,
  "data": [
    "CRAFTBOX:USER_EDIT",
    "CRAFTBOX:ADMIN"
  ]
}
{
    success: false,
    message: 'Auth token is not supplied'
}
{
    success: false,
    message: 'Token is not valid'
}
PreviousCraftBox Account

Last updated 5 years ago