Skip to content
nitsuga5124 edited this page Feb 27, 2021 · 3 revisions

GET - `/invite

Returns the invite link for the team

  • Needs a valid login session.
  • Will create one if the previous one became invalid or never existed.

Output

Content-Type: application/text

Returned Status

  • 200 Successfully sent the invite link.
  • 403 Default error.

Query Parameters

  • team_id:
    • Unsigned Integer.
    • The ID of the team.
    • This value can be obtained via /create_team