Basic API List
User
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 in application/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: OAuth2PasswordBearer
Flow type: password
Token URL: token
Responses
- 200: Successful Response