Authentication

Get Current Session

Retrieves the current active session based on cookies.

GET
/api/v1/auth/get-session

Authorization

veriworkly-auth.session_token<token>

Internal session cookie for local development.

In: cookie

Response Body

application/json

curl -X GET "https://api.veriworkly.com/api/v1/auth/get-session"
Empty
{
  "success": false,
  "statusCode": 401,
  "message": "Authentication required"
}