Jay-OAS File
OAS File Sample
4 subscribers
12 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Jay-OAS File endpoints
| Method | Endpoint | Description |
|---|---|---|
| 1. Login | ||
| GET |
checkLogin /login |
If a user is loggedin the username will be returned |
| POST |
login /login |
After a successful login a token is returned. This is a Bearer token. To authenticate with it use the Authorization header and set value to Bearer empty space and the token value. |
| 2. Account | ||
| GET |
getAccountBalance /account/{accountNo} |
Returns details about a specific account |
| GET |
showLastTenTransactions /account/{accountNo}/transactions |
Returns the last 10 transactions attached to an account |
| POST |
getTransactions /account/{accountNo}/transactions |
Return transactions between 2 specific dates |
| GET |
getAccount /account |
Returns a list of all the accounts owned by the user |
| 3. Transfer | ||
| POST |
trasnfer /transfer |
Transfer money between two accounts |
| 4. Feedback | ||
| GET |
getFeedback /feedback/{feedbackId} |
Retrieve feedback |
| POST |
sendFeedback /feedback/submit |
Submit feedback for the bank |
| 5. Admin | ||
| POST |
changePassword /admin/changePassword |
Change user password |
| POST |
addUser /admin/addUser |
Add new user |
| 6. Logout | ||
| GET |
doLogOut /logout |
Logout from the bank |
Jay-OAS File pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|