Auth

Get the current authenticated user

GET
/auth/session

Authorization

SupabaseBearer
AuthorizationBearer <token>

Supabase user access token (Authorization: Bearer JWT)

In: header

Response Body

curl -X GET "https://example.com/auth/session"
Empty
Empty