What you can do with the API
Currently, the Blox.report API supports:- Checking report eligibility
- Reporting users
- Managing reports (claim/unclaim/dismiss/approve/undo)
How itโs structured
Each endpoint has its own response structure. In the case of an error, it will always try and return in the format{ success: false, message } . When the route has a set schema, the response will also the errors field in the format of { field, message }.
