SenseCrypt Docs
API ReferenceIdp

Oauth Logout

GET/v1/idp/oidc/logout

Query Parameters

id_token_hint?string|null
post_logout_redirect_uri?string|null
client_id?string|null
state?string|null

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/idp/oidc/logout"
null
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}