curl --request GET \
--url https://cloud.kaneo.app/api/invitation/pending \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"email": "<string>",
"workspaceId": "<string>",
"workspaceName": "<string>",
"inviterName": "<string>",
"expiresAt": "<string>",
"createdAt": "<string>",
"status": "<string>"
}
]Get all pending invitations for the current user
curl --request GET \
--url https://cloud.kaneo.app/api/invitation/pending \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"email": "<string>",
"workspaceId": "<string>",
"workspaceName": "<string>",
"inviterName": "<string>",
"expiresAt": "<string>",
"createdAt": "<string>",
"status": "<string>"
}
]API Key authentication