Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Note

Performing a login is only required to access private data. It is recommend that you do not perform a login if you are only access public data.

Login request:

Code Block
themeEclipse
languagephpthemeEclipse
linenumberstrue
Array
(
  "username" => "johndoe",
  "password" => "99myPassword",
  "accountNumber" => 123456,
  "action" => "login"
)

Login response:

Code Block
themeEclipse
languagephpthemeEclipse
linenumberstrue
Array
(
    [status] => ok
    [token] => EVguG4C8vyuQ
    [tokenHash] => 577ad920503e0331dbd20f5534e32b5d
 )