API ReferenceApplications
GET
/oauth2/v1/logout

Query Parameters

id_token_hint?string
client_id?string
post_logout_redirect_uri?string
state?string
ssoAppId?string

OIDC end session GET endpoint

curl -X GET "https://api.descope.com/oauth2/v1/logout"
{}
export interface Response {}
Was this helpful?