auth
Sync User
Sync the authenticated Supabase user to the local database.
Extracts sub and email from the JWT, then calls AuthService.get_or_create_user. Optional profile fields (first_name, last_name, company) can be supplied in the request body.
post/api/v1/auth/sync
Request body
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.