Skip to main content
GET
Get invites for the current user

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

status
enum<string>
required

Invite status filter — only "pending" is allowed for security (other statuses require admin access)

Available options:
pending,
rejected,
accepted

Response

List of invites by query params

count
integer

Total number of invites matching the query

invites
object[]

List of invite objects

Last modified on July 30, 2026