For the complete documentation index, see llms.txt. This page is also available as Markdown.

SumTotal

Connection Requirements

1 - Domain

Your tenant URL — the base URL that precedes all API calls (e.g., yourCompany.sumtotal.host).

2 - Client ID & Client Secret

  1. Log in to SumTotal as an admin.

  2. Go to Administration → Common Objects → Configuration → oAuth Configuration.

  3. Click Add to create a new OAuth client.

  4. Enter the Client ID.

  5. Enter a secure Client Secret.

  6. Select allapis as the scope.

  7. Ensure PKCE is disabled — if enabled, it will block API calls.

  8. Click Submit.

3 - Is Secure?

Choose this if your connection is going to be over HTTPS (optional, default: True).

4 - Timeout

The amount of time (in seconds) to wait for API responses. (default: 30)

Last updated