TIS Training API Documentation
  • Welcome!
  • Quick Start
  • Managing Users
  • Single Sign On (SSO)
    • General Options
    • Role and Group Mappings
    • Connection Types
      • Microsoft Entra ID (Formerly Azure AD)
      • Google Workspace
      • OpenID Connect (OIDC)
      • SAML (Security Assertion Markup Language)
  • SCORM Packages
  • Webhooks
  • API Reference
    • Users
      • 🔵GET users
      • 🔵GET users/seats
      • 🟢POST users
      • 🟠PUT users
      • 🟢POST users/password
      • 🟡PATCH users/enable
      • 🟡PATCH users/disable
      • 🔴DELETE users
    • Results
      • 🔵GET results
      • 🔵GET results/group
    • Groups
      • 🔵GET groups
      • 🟢POST groups/users
      • 🔴DELETE groups/users
    • 🔵GET courses
    • 🔵GET filters
    • 🟢POST login
    • â›”Standard Error Format
  • Webhook Reference
    • Standard Structure
    • Course Complete
    • Multi-Course Complete
  • OpenAPI Specification
Powered by GitBook
On this page
  • Welcome to TIS Training
  • Get your API key
  • Want to jump right in?
  • Want to deep dive?

Welcome!

NextQuick Start

Last updated 9 months ago

Welcome to TIS Training

Welcome to TIS Training. Here you'll find all the documentation you need to get up and running with the TIS Training API. Please note that this API is still in early stages and will likely be subject to change as we improve and extend our features.

Get your API key

Your API requests are authenticated using an API key unique to your organisation. Any request that doesn't include an API key will return an error.

You can generate your API key from the organisation config page in the administration panel. This key can be regenerated at any time, however it will invalidate the current key.

Currently you can only generate one key at a time, which grants access to all functions.

Want to jump right in?

Jump in to the quick start docs and get making your first request:

Want to deep dive?

Dive a little deeper and start exploring our API reference to get an idea of everything that's possible with the API:

Quick Start
API Reference