Skip to main content
PUT
Logout
Invalidate the current user session by revoking both the access token and the refresh token. After a successful logout, the user must perform a full login with email and password to regain access.

Request Headers

Content-Type
string
default:"application/json"
required
    Must be application/json
platform
string
default:"fincode"
required
    Platform identifier. Use fincode
uuid
string
default:"200"
required
    Unique request identifier. Use 200
x-auth-token
string
required
  Unique JWT token

Code Examples

Headers

platform
string
default:fincode
required
uuid
string
default:200
required

Body

application/json
refresh_token
string

Response

200

Logged out successfully