ServerOpenapi

Verify token

Verifies if JWT cookie token is valid and not expired.

GET
/auth/verify

Verifies if JWT cookie token is valid and not expired.

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/auth/verify"
{}
{
  "property1": "string",
  "property2": "string"
}