Skip to main content
GET
/
v2
/
logout
Log Out User (Legacy)
curl --request GET \
  --url https://signin.altostrat.io/v2/logout

Documentation Index

Fetch the complete documentation index at: https://altostrat.io/docs/llms.txt

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

Query Parameters

client_id
string
required

The application's unique identifier.

returnTo
string<uri>
required

The URL to redirect the user to after logout. Must be an allowed logout URL.

Response

302

Redirects the user to the returnTo URL after clearing their session.