Skip to main content
POST
/
auth
/
logout
Log out
curl --request POST \
  --url https://slog.ai/auth/logout \
  --header 'slog-api-key: <api-key>'
{
  "data": {
    "message": "Logged out"
  }
}

Authorizations

slog-api-key
string
header
required

API key obtained from the Slog dashboard or returned by the signup/invite-redeem flows. Pass as the slog-api-key header.

Response

Logged out successfully.

data
object