Go to website
Back
Articles on:
Developer Documentation
Explore our guides, concepts and examples to integrate with SuperPath using our public APIs and developer tools.
Webhooks
Webhooks - Get updates in real-time
SuperPath uses webhooks to notify your application when an event happens in your account. Webhooks are particularly useful for asynchronous events like when an employee completes a learning, new content is added or a user earns learning points
Popular
Types of Events
This is a list of all the types of events we currently send. We may add more at any time, so in developing and maintaining your code, you should not assume that only these types exist. If there are events that you would like to see sent that are not listed here please reach out to support@superpath.io
Some readers
The Event Object
The following describes the event object that is sent with each webhook event
Some readers
Webhook Signature Authentication
SuperPath can optionally sign each webhook by including a signature in each request’s header. This allows you to verify that the event requests were sent by SuperPath and not by an unauthorised third party.
Few readers
Overview
SuperPath provides teams with the ability to create, assign and tracking any type of learning content. Complete with pre-made learning templates, SuperPath allows managers to reduce the time to get their team productive, through bespoke learning pathways.
Popular
Getting started with SuperPath API
This document provides an overview of how to get started integrating with SuperPath API.
Some readers
Learn how to handle and recover from errors received from the SuperPath API
Your SuperPath integration might have to deal with errors at some point when making requests to the SuperPath API. These are the following status codes returned from the SuperPath API.
Some readers
Learn how to authenticate with the SuperPath API
The SuperPath API can be accessed using an API token, which can be obtained from Security Settings in SuperPath.
Some readers
Learn about API rate limits and how to work with them
The SuperPath API employs a number of safeguards against bursts of incoming traffic to help maximize its stability. Users who send many requests in quick succession may see error responses that show up as status code 429.
Some readers