How to Create an Access Token in Sparkflows for API Usage?

Access tokens are used to authenticate and authorize users for various operations within Sparkflows.

Login to Sparkflows UI using your username and password.

  1. Click on your Profile / User icon (top-right corner).

  2. Navigate to Access Tokens or API Tokens.

  3. Click on Generate New Token.

  4. Provide a token Expiration durations/description (optional, for identification).

  5. Click Create / Generate.

  6. Copy the generated token and store it securely (it will not be shown again).

    Note:

    • Treat the token like a password.

    • Use this token in API calls via the Authorization header (e.g., Bearer <token>).

    • You can revoke or regenerate tokens anytime from the same screen.

For More Details, Follow Reference Document: Access Tokens — Sparkflows 3.0 documentation