Skip to main content
Version: 1.0

FSI Server Service API

FSI Server Service API v1

This API allows you to authenticate with the server, manage assets and directories, trigger batch jobs, configure preferences, and manage two‑factor authentication (TOTP).

Authentication flow overview:

  • Call GET /login to obtain a salt. The server also sets the session cookie JSESSIONID.
  • Compute sha256(salt + sha256(password)) and POST /login with your username and the hashed password.
  • If two‑factor authentication is enabled or required, use the /totp endpoints to create or validate a TOTP code.
  • Include the JSESSIONID cookie on all subsequent requests.

Authentication

Security Scheme Type:

apiKey

Cookie parameter name:

JSESSIONID

License

Apache 2.0