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
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | A valid JWT token |
RESPONSES
status: OK
{"error":false,"code":200,"message":"Bye"}