cURL
curl --request GET \ --url https://app.telentir.com/api/auth/logout \ --header 'Authorization: Bearer <token>'
{ "status": "logout" }
Log out
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Logout confirmation
"logout"