Skip to main content
GET
/
api
/
captain
/
auth
/
check
Check authentication
curl --request GET \
  --url http://localhost:63372/api/captain/auth/check
{
  "authenticated": true,
  "method": "session"
}

Response

200 - application/json

Authentication status

authenticated
boolean
required
Example:

true

method
enum<string>

Present when authenticated is true

Available options:
session,
api_key
Example:

"session"