List pending invitations
Returns all pending team invitations for the current organization, including the inviter's name and expiration date.
Returns all pending team invitations for the current organization, including the inviter's name and expiration date.
__Secure-guidelab-prod.session_token<token>
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Response Body
application/json
curl -X GET "https://example.com/team/invitations"{ "data": [ { "id": "string", "email": "string", "role": "string", "status": "string", "inviterId": "string", "inviterName": "string", "expiresAt": "string", "createdAt": "string" } ]}Empty
Empty