Number of APIs: 11
1. Ping
GET {{baseUrl}}/
GET {{baseUrl}}/people/customers
3. user - Update User Information
PUT {{baseUrl}}/user
Authenticated users can update their user information.
POST {{baseUrl}}/user
Register a new user with The Good Bank. The username must be unique.
5. user - User Change Password
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.
GET {{baseUrl}}/user/logout
This API revokes an active user session.
POST {{baseUrl}}/user/login
GET {{baseUrl}}/account/:user_id/summary
Fetch account summary for a single user.
9. account - Account transactions
GET {{baseUrl}}/account/transactions?limit=-36261330&filter=proident occaecat dolore non eiusmod
Fetch transactions for a single account.
POST {{baseUrl}}/admin/credit
To be used by the bank tellers to cash checks, receive deposits, savings account transactions among other things.
POST {{baseUrl}}/admin/debit
To be used by the bank tellers to cash checks, receive deposits, savings account transactions among other things.
ENDPOINTS