Placewise Member IdP
  1. Session
Placewise Member IdP
  • Overview
    • Introduction
    • OpenID Connect
      • Overview
      • Issuer and Discovery URL
    • Usage of member tokens
      • Usage of Placewise API in context of member
      • ID token
    • Customizing the experience
      • Configuration of UI, Social Logins and Messages (emails/smses)
      • Optional parameters available during authorization
  • Reference
    • OIDC
      • WellKnown::Jwk
        • index
      • WellKnown::OpenidConfiguration
        • show
      • Authorization
        • create
        • create
      • Token
        • revoke
        • create
      • Session
        • destroy
          GET
      • Userinfo
        • show
  1. Session

destroy

GET
/v1/oidc/sessions/logout

Request

Query Params

Header Params

Responses

🟢200OK
application/json
is expected to eq true
Body

🟠422Parameter Error
🟠463463
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/oidc/sessions/logout' \
--header 'X-User-Agent: {{X_USER_AGENT}}' \
--header 'X-Product-Name: {{PRODUCT_NAME}}' \
--header 'X-Loyalty-Club-Slug: {{LOYALTY_CLUB_SLUG}}' \
--header 'X-Customer: {{CUSTOMER_ID}}' \
--header 'Authorization: Bearer {{_OAUTH_TOKEN}}' \
--header 'Content-Type: application/json'
Response Response Example
200 - Success
{
    "logout": true
}
Modified at 2025-06-16 09:32:55
Previous
create
Next
show
Built with