The Good Bank APIs
Number of APIs: 11
-
Bank User > Authentication - Update User Information PUT {{baseUrl}}/user
-
Bank User > Authentication - User Change Password POST {{baseUrl}}/user/change-password
-
Bank User > Authentication - User Logout GET {{baseUrl}}/user/logout
-
Bank Account - Account summary GET {{baseUrl}}/account/:user_id/summary
-
Bank Account - Account transactions GET {{baseUrl}}/account/transactions?limit=<integer>&filter=<string>
-
Bank Admin - Our customers GET {{baseUrl}}/people/customers
-
Bank Admin - Credit amount POST {{baseUrl}}/admin/credit
-
Bank Admin - Debit amount POST {{baseUrl}}/admin/debit
-
Health - Ping GET {{baseUrl}}/
-
Bank User - Create User POST {{baseUrl}}/user