Skip to main content
GET
List invitations

Authorizations

Authorization
string
header
required

Headers

Quo-Api-Version
enum<string>
required

API version header. Supported values: 2026-03-30

Available options:
2026-03-30

Query Parameters

limit
integer
default:10

Max number of items to return per page.

Required range: 1 <= x <= 50
after
string
Example:

"eyJsYXN0SWQiOiJVU211a09NaXBhIn0"

status
enum<string>
default:pending

Filter by invitation state. Defaults to pending — pass all to include accepted and cancelled invitations.

Available options:
pending,
accepted,
cancelled,
all
Example:

"pending"

Response

OK

data
object[]
required
nextCursor
string | null
required

Cursor for the next page, or null when there are no more pages.

Example:

"eyJsYXN0SWQiOiJVU211a09NaXBhIn0"