Logout all
curl --request POST \
--url https://staging.api.prexsell.com/v2/auth/logout-all{
"errors": [
{
"message": "AUTH_INVALID_CREDENTIALS",
"errorCode": "UNAUTHORIZED"
}
]
}Auth
Logout all
Requires a valid access token. Revokes every active session for the authenticated user across all devices, then clears cookies.
POST
/
v2
/
auth
/
logout-all
Logout all
curl --request POST \
--url https://staging.api.prexsell.com/v2/auth/logout-all{
"errors": [
{
"message": "AUTH_INVALID_CREDENTIALS",
"errorCode": "UNAUTHORIZED"
}
]
}Response
All sessions revoked and cookies cleared.
โI
