Refresh the dashboard session cookie

Issues a fresh `vk_org_token` cookie for the currently authenticated dashboard user, extending the session for another 8 hours from now. The dashboard SPA calls this on a periodic timer (and on focus/route change) so users actively working in the app are not hard-logged-out when their original 8h JWT expires mid-task. The request body is empty — the caller is identified by the existing `vk_org_token` cookie. On success, the response sets a new `vk_org_token` cookie (httpOnly, Secure, SameSite=Lax, Max-Age=28800).

Headers

Verifa-VersiondateOptional

API version date string (e.g. 2026-02-01). If omitted, the version pinned to your API key is used.

Response headers

Response

Session extended; a fresh vk_org_token cookie is set.

refreshedboolean

Errors

401
Unauthorized Error