Versions Compared

Key

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

...

pass (required)
password required to login, "encrypted" with SHA-256 (Base-64), URL-encoded.

Example

http://infinite.ikanow.com/api/auth/login/admin/bob@ikanow.com/abcde12345pFyrA89j8fR5BJjekoKdGD%2Bb83hV3sj48H4wAu3DR6c%3D

Example Response
Info
Code Block

{
    "response": {
        "action": "Login",
        "success": true,
        "time": 0
    }
}