Skip to main content
GET
Current user + tenant
Returns the authenticated dashboard user and their tenant, resolved from the recurso_session cookie. Useful for restoring UI state after a page load; returns 401 when the session is missing or expired.

Example Request

Example Response

Authorizations

recurso_session
string
cookie
required

Dashboard user session cookie (httpOnly) issued by POST /auth/register and POST /auth/login. v1 endpoints accept EITHER this cookie or the tenant API key (bearerAuth).

Response

The current user and tenant.

user
object

A dashboard user account within a tenant.

tenant
object