Skip to content

Get current user

GET
/cognito/me

Retrieve the authenticated user's profile from Cognito.

Authorizations

BearerAuth

Authentication is handled automatically via httpOnly session cookies after signing in at /cognito/signin or via Google SSO at /cognito/oauth/google. For Swagger UI testing, paste a JWT token from the /cognito/signin response.

Type
HTTP (bearer)

Responses

Current user info

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI

Built with VitePress