docs
  1. Checkout Authentication Api
  2. Resources
  3. Authenticate (oauth)
  4. Logout User With Redirect

Logout User with Redirect

Logout users with a callback redirect

Query Parameters

ParameterDetails
shopId
  • required
integer
Example:
105
jwt
  • required
string
Example:
jwt payload: {"callbackUrl":"...","tokenId":"...","iat": ...,"exp": ...}

Responses

302
Successful redirect to IDP in Location header
Success
400
JWT invalid
Error
422
Validation failed
Error
GET/v1/auth/logout/redirect
Provide Feedback