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

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.