Pathnovo Logo
GET/api/v1/auth/me🔒 Auth required

Return the current user profile with org and project memberships

Responses

200SuccessMeResponse
{
  "user": { /* UserResponse */ },
  "organisation": { /* OrgResponse */ },
  "projects": [ { /* ProjectMembershipResponse */ } ]
}