Get Me
Resolve the authenticated Clerk user's membership in THIS app.
Clerk is shared across multiple Pavoot apps, so a valid Clerk session does NOT imply the user belongs here. The frontend uses this to gate the app shell: a signed-in user with no membership is signed out rather than being dropped into (and shown cached data from) an app they don't belong to.
Membership is derived from this app's database only — never from the (cross-app) Clerk public_metadata role.
get/me
Response
Successful Response
{"stackTrail":"paths:/me:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.