Loyalty.lt
Authentication

Logout User

Logout the authenticated user and revoke tokens

POST/{locale}/shop/auth/logout

Logout the authenticated user and revoke tokens

Authorization

bearerAuth
AuthorizationBearer <token>

Enter JWT token in the format: Bearer {token}

In: header

Path Parameters

locale*string

Locale code

Response Body

application/json

curl -X POST "https://example.com/en/shop/auth/logout"
{  "success": true,  "message": "Logged out successfully"}