API Documentation
Making Requests
All requests must have a content type of application/json
All requests must include your API key as the header LuaShield-API-Key
We have a ratelimit of 60 requests per minute, however this can change depending on the endpoint
Handling Errors
When an error occurs we will return a status code of 4xx/5xx and return a JSON object with an error
Quick Example
If you provide a valid API key this will output your account information
Last updated