POST /api/user/login
User login with the mail and password parameters then get the access_token and id_token.Request Body
The request body must be inapplication/json
format.
Field | Type | Required | Description | Constraints |
---|---|---|---|---|
email | string | Yes | ||
password | string | Yes | Password |
Request Example
Responses
- 200: Successful Response
- 422: Validation Error
GET /api/user/me
Get the user’s information with id_token.Authorization
🔒OAuth2: OAuth2PasswordBearerFlow type: password
Token URL: token
Responses
- 200: Successful Response