⭐ If you find Zipline useful, please consider giving it a star on Github! ⭐

/api/auth/invites/web

Look up a public invite by code for the web UI, returning basic information about the inviter and usage limits.

GET/api/auth/invites/web

Query Parameters

code?string

Response Body

application/json

application/json

{
  "invite": {
    "code": "string",
    "maxUses": 0,
    "uses": 0,
    "inviter": {
      "username": "string"
    }
  }
}

{
  "error": "E1000: Invalid request schema",
  "code": 1000,
  "statusCode": 400
}