/api/auth/invites/web
Look up a public invite by code for the web UI, returning basic information about the inviter and usage limits.
{
"invite": {
"code": "string",
"maxUses": 0,
"uses": 0,
"inviter": {
"username": "string"
}
}
}{
"error": "E1000: Invalid request schema",
"code": 1000,
"statusCode": 400
}