Invitations
Get User Pending Invitations
Get all pending invitations for the current user
Authorization
bearerAuth AuthorizationBearer <token>
API Key authentication
In: header
Response Body
application/json
curl -X GET "https://cloud.kaneo.app/api/invitation/pending"[
{
"id": "string",
"email": "string",
"workspaceId": "string",
"workspaceName": "string",
"inviterName": "string",
"expiresAt": "string",
"createdAt": "string",
"status": "string"
}
]