You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Token gets generated on your first login into the dashboard and can be viewed and regenerated in the dashboard user settings or via API call.
Data
All data received from the API is expected to be json. Everything else instantly returns an error. All data returned is also json.
Error Handling
Error detection should be done via status codes of the response, not via content. It should always contain an error json object though that contains an error message.
Dashboard
All of these things can be done via the Dashboard as well. Especially viewing Guild info if its not an automated process is highly recommended via Dashboard.
Guild Endpoint
Base URL Addition
/guild
Guild Info
Endpoint /info/:id
Method GET
Parameters
Description
id
Guild ID to search for
Return
Fast and Slim info about Guild for quick decisions.
Return
Type
Description
id
string
Guild ID
securityLevel
int
Security Level of Guild
reportCount
int
How many Reports the Guild has
checked
bool
Was the Guild checked by Moderators and the Security Level thus set