GuideLab API

List pending invitations

Returns all pending team invitations for the current organization, including the inviter's name and expiration date.

GET
/team/invitations

Returns all pending team invitations for the current organization, including the inviter's name and expiration date.

Authorization

__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