Skip to main content

LuaAuth API Documentation

warning

Content-Type header must be set to application/json

warning

token header must be set to YOUR_API_KEY

info
info

all request bodies must be json formatted

tip

for all edit endpoints to set something to null you must make it an empty string

so for editing stuff do "key": "" to make it null
doing "key": null or just not setting it will just cause the endpoint to ignore it and not change it