invites
GET /invites — List your invites
List the referral invites credited to you. Two source types appear:
manual— invites you sent viaPOST /invites(the explicit email-an-invitee flow).permaCode— applicants who signed up through your shareable permacode link (GET /invites/permacode).
Each record tracks where the prospective member is in the funnel (new → invited → started → submitted → approved/rejected/expired), the invite type, the invitee's name + email, and timestamps. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (1-100). | |
| cursor | No | Cursor from a previous response's `nextCursor`. Pass to fetch the next page. |