Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.corti.ai/llms.txt

Use this file to discover all available pages before exploring further.

Event Properties

FieldValue
event"account.loggedOut"
confidentialboolean
payloadobject
FieldTypeDescription
reasonstringWhat triggered the logout

Example

{
  "event": "account.loggedOut",
  "confidential": false,
  "payload": {
    "reason": "sign-out"
  }
}