Swirls

SWIRLS_

  • How it works
  • Pricing

643 matches

OverviewAI & ML7Analytics8Communication18CRM4Developer Tools6E-commerce40Finance52Infrastructure28Marketing20Other409Productivity10Security17Social20Storage2Support2

643 matches

OverviewAI & ML7Analytics8Communication18CRM4Developer Tools6E-commerce40Finance52Infrastructure28Marketing20Other409Productivity10Security17Social20Storage2Support2
Actions

12 actions

AltoroJ REST

12 actions

  • addUserPOSTv1.0.0
  • changePasswordPOSTv1.0.0
  • Check if any user is logged inGETv1.0.0
  • doLogOutGETv1.0.0
  • getAccountGETv1.0.0
  • getAccountBalanceGETv1.0.0
  • getFeedbackGETv1.0.0
  • getTransactionsPOSTv1.0.0
  • Login methodPOSTv1.0.0
  • sendFeedbackPOSTv1.0.0
  • showLastTenTransactionsGETv1.0.0
  • trasnferPOSTv1.0.0

Security/AltoroJ REST

Login method

v1.0.0

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.

Output

  1. 1
  2. 2
  3. 3
  4. 4
{
  "type": "object",
  "additionalProperties": true
}