LuaAuth API Documentation
warning
Content-Type header must be set to application/json
warning
token header must be set to YOUR_API_KEY
info
the api url is https://api.luaauth.com
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