Number of APIs: 5
POST {{baseUrl}}/user/login
POST {{baseUrl}}/user/change-password
This API is used to update the user password. The user must be authenticated and must remember the current password to update.
PUT {{baseUrl}}/user
Authenticated users can update their user information.
GET {{baseUrl}}/user/logout
This API revokes an active user session.
POST {{baseUrl}}/user
Register a new user with The Good Bank. The username must be unique.
ENDPOINTS