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

string
default:"application/json"
required
Must be application/json
string
default:"fincode"
required
Platform identifier. Use fincode
string
default:"200"
required
Unique request identifier. Use 200
string
required
The JWT access token of the authenticated user.

Code Examples

Headers

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

Body

application/json
refresh_token
string

Response

200

Logged out successfully