Qodex.ai
Qodex.ai
Introduction
Basics of API (Part 1)
Get Joke
The Good Bank APIs
Health
Ping
Bank User
Create UserUser LoginGet User InformationUpdate User InformationUser Change PasswordUser Logout
Bank Account
Account summaryAccount transactions
Bank Admin
Our customersCredit amountDebit amount
Introduction
Basics of API (Part 1)
Get Joke
The Good Bank APIs
Health
Ping
Bank User
Create UserUser LoginGet User InformationUpdate User InformationUser Change PasswordUser Logout
Bank Account
Account summaryAccount transactions
Bank Admin
Our customersCredit amountDebit amount
HomeThe Good Bank APIsBank User

Bank User

Number of APIs: 6

  1. Create User POST {{host}}/user

  2. User Login POST {{host}}/user/login

  3. Get User Information GET {{host}}/user

  4. Update User Information PUT {{host}}/user

  5. User Change Password POST {{host}}/user/change-password

  6. User Logout GET {{host}}/user/logout

Previous
Ping
Next
Create User