v1

latestOpenAPI 3.0.3Proprietary2026-07-1713346131.7 KB
Teams

Get team invitations

Retrieve all pending team invitations for the current user

get/teams/invites

Response

Team invitations retrieved successfully

doneboolean required

Indicates if the operation was successful

titlestring nullable

Optional response title

messagestring nullable

Optional message (error message or success notification)

Example response

{
  "done": true,
  "body": [
    {
      "team_name": "Engineering Team",
      "inviter_name": "John Doe"
    }
  ],
  "message": "Operation completed successfully"
}