Logout
Invalidate the current user token.
Url
POST http://api.hr-technologies.com/v1/users/logout
Requires Authentication
Response
| Key | Type(s) | Description |
|---|---|---|
| message | string |
Confirms the blacklisting of the token |
Example
Url
http://api.hr-technologies.com/v1/users/logout
Response
{
"message": "The token has been blacklisted"
}