curl --request GET \ --url https://api.example.com/api/oauth/logout-endpoint
Copy
{ "logout_endpoint": "<string>"}
oauth
Get OAuth Provider Logout Endpoint
Returns the OAuth provider’s logout endpoint URL from OIDC discovery. This can be used to redirect users to logout from the OAuth provider after logging out locally.
GET
/
api
/
oauth
/
logout-endpoint
Get OAuth Provider Logout Endpoint
Copy
curl --request GET \ --url https://api.example.com/api/oauth/logout-endpoint