Logout

POST {{baseUrl}}/v1/auth/logout

This endpoint allows you to successfully logout from users accounts. This endpoint allows the user to protect their accounts especially on a shared devices.

HEADERS

KeyDatatypeRequiredDescription
AuthorizationstringA valid JWT token

RESPONSES

status: OK

{"error":false,"code":200,"message":"Bye"}