cURL
curl --request GET \ --url http://localhost:63372/api/captain/auth/check
{ "authenticated": true, "method": "session" }
Check whether the current request is authenticated and which method was used.
Authentication status
true
Present when authenticated is true
session
api_key
"session"