APIHub
Back to Explore

AltoroJ REST API

AltoroJ REST API

Security
none
HTTPS
CORS: Unknown
Visit official documentation

Latency

1652ms p95

Uptime

0.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/account

Returns a list of all the accounts owned by the user

  • Authorization (header, required) — Authorization token (provided upon successful login)
GET

/account/{accountNo}

Returns details about a specific account

  • Authorization (header, required) — Authorization token (provided upon successful login)
  • accountNo (path, required) — Account id
GET

/account/{accountNo}/transactions

Returns the last 10 transactions attached to an account

  • Authorization (header, required) — Authorization token (provided upon successful login)
  • accountNo (path, required) — Account id
POST

/account/{accountNo}/transactions

Return transactions between 2 specific dates

  • Authorization (header, required) — Authorization token (provided upon successful login)
  • accountNo (path, required) — Account id
POST

/admin/addUser

Add new user

  • Authorization (header, required) — Authorization token (provided upon successful login)
POST

/admin/changePassword

Change user password

  • Authorization (header, required) — Authorization token (provided upon successful login)
POST

/feedback/submit

Submit feedback for the bank

GET

/feedback/{feedbackId}

Retrieve feedback

  • Authorization (header, required) — Authorization token (provided upon successful login)
  • feedbackId (path, required)
GET

/login

Check if any user is logged in

  • Authorization (header, required) — Authorization token (provided upon successful login)
POST

/login

Login method

GET

/logout

Logout from the bank

POST

/transfer

Transfer money between two accounts

  • Authorization (header, required) — Authorization token (provided upon successful login)

12 endpoints auto-detected

curl -X GET \
  "https://testfire.net/account"

testfire.net · HTTPS only