List Invite Links
Invite Links
List Invite Links
List invite links for the authenticated organization. Results are cursor-paginated by invite link id.
GET
List Invite Links
List invite links for your organization. Results are ordered by creation time (newest first) and paginated with a numeric cursor.Documentation Index
Fetch the complete documentation index at: https://integrations.docs.commenda.io/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
limit | integer | 50 | Page size (max 100). |
cursor | integer | — | Return invite links after this invite link id. |
Response
Returns{ data: { inviteLinks, count, next }, request_id }.
| Field | Type | Description |
|---|---|---|
inviteLinks | array | Invite link objects. See overview. |
count | integer | Total invite links for the organization (not just this page). |
next | integer | null | Cursor for the next page (last id returned), or null. |
Authorizations
Query Parameters
Maximum number of invite links to return. Default 50, max 100.
Required range:
1 <= x <= 100Return invite links after this invite link id.
Required range:
x >= 1