RyTask docs
REST APIInvites

List pending invitations (FR-AUTH-011)

View as MarkdownOpen in ChatGPTOpen in Claude
GET
/invites

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/invites"
[  {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "email": "user@example.com",    "role": "OWNER",    "invitedByUserId": "ba10385e-e592-45d6-a964-3acaa2423ffe",    "expiresAt": "2019-08-24T14:15:22Z",    "createdAt": "2019-08-24T14:15:22Z"  }]