Check authentication status
Returns information if the user is authenticated. It can be used by third party tools, especially browser frontend, to know if current user is still logged in.
GET
/auth/authenticated
curl \
--request GET 'http://api.example.com/auth/authenticated' \
--header "Authorization: $API_KEY"