Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://cloud.kaneo.app/api/invitation/{id} \ --header 'Authorization: Bearer <token>'
{ "valid": true, "invitation": { "id": "<string>", "email": "<string>", "workspaceName": "<string>", "inviterName": "<string>", "expiresAt": "<string>", "status": "<string>", "expired": true }, "error": "<string>" }
Get details of a specific invitation by ID
Bearer token authentication
Invitation details
Show child attributes
Was this page helpful?