Jay-PostmanCollection
Jay-PostmanCollection
3 subscribers
10 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-PostmanCollection endpoints
| Method | Endpoint | Description |
|---|---|---|
| login | ||
| POST |
loginMethod /api/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. |
| GET |
checkIfAnyUserIsLoggedIn /api/login |
If a user is loggedin the username will be returned |
| account | ||
| GET |
getAccount /api/account |
Returns a list of all the accounts owned by the user |
| account > 800002 | ||
| GET |
getAccountBalance /api/account/800002 |
Returns details about a specific account |
| account > 800002 > transactions | ||
| POST |
getTransactions /api/account/800002/transactions |
Return transactions between 2 specific dates |
| GET |
showLastTenTransactions /api/account/800002/transactions |
Returns the last 10 transactions attached to an account |
| feedback | ||
| POST |
sendFeedback /api/feedback/submit |
Submit feedback for the bank |
| admin | ||
| POST |
addUser /api/admin/addUser |
Add new user |
| default | ||
| POST |
trasnfer /api/transfer |
Transfer money between two accounts |
| GET |
doLogOut /api/logout |
Logout from the bank |
Jay-PostmanCollection pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|