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 pointsPopularTypes 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.ioSome readersThe Event Object
The following describes the event object that is sent with each webhook eventSome readersWebhook 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.Some 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.PopularGetting started with SuperPath API
This document provides an overview of how to get started integrating with SuperPath API.Some readersLearn 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 readersLearn 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 readersLearn 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.Few readersImplementing Auto Login
SuperPath Auto Login Integration Documentation This document outlines the steps for integrating your platform with SuperPath's Auto Login feature. This feature allows your users to seamlessly access SuperPath without needing to manually log in, providing a smoother user experience. Overview The Auto Login feature utilizes a secure, encoded JSON Web Token (JWT) passed via a URL parameter to authenticate users directly into SuperPath. SuperPath verifies the token using a shared secret anFew readers