The Good Bank APIs

Number of APIs: 11

  1. Bank User > Authentication - Update User Information PUT {{baseUrl}}/user

  2. Bank User > Authentication - User Change Password POST {{baseUrl}}/user/change-password

  3. Bank User > Authentication - User Logout GET {{baseUrl}}/user/logout

  4. Bank Account - Account summary GET {{baseUrl}}/account/:user_id/summary

  5. Bank Account - Account transactions GET {{baseUrl}}/account/transactions?limit=<integer>&filter=<string>

  6. Bank Admin - Our customers GET {{baseUrl}}/people/customers

  7. Bank Admin - Credit amount POST {{baseUrl}}/admin/credit

  8. Bank Admin - Debit amount POST {{baseUrl}}/admin/debit

  9. Health - Ping GET {{baseUrl}}/

  10. Bank User - Create User POST {{baseUrl}}/user