Introduction
Handbooks
With Simployer’s handbook portal, your company can easily give employees and managers access to information through personnel, managers and HSE handbooks, and get help from Simployer’s solid expertise in the event of changes in laws and regulations.
Handbooks Public API
We are introducing a Public REST API to empower our customers to integrate content created in the Handbooks portal with their existing tools or solutions. Our API adheres to industry-best standards, developing as a REST JSON standard with OAuth 2.0 Client Credential Flow for authentication and authorization.
To document the API, we utilize Swagger.
Read more
Getting Started
Follow the steps below to successfully retrieve handbook data.
1. Simployer Admin Center
We provide tools that empower customers to be more self-sufficient. Utilize Admin Center to create client_id
and client_secret
, which are necessary to obtain an access token.
2. SimplAuth M2M tokens
SimplAuth is Simployer's proprietary token generator for external APIs, creating standard JWT M2M tokens.
3. Getting Data
The access token generated in SimplAuth is a JWT token. Decode it on JWT.io.
Use your preferred API client or our Swagger to make a call. Ensure that you set the HTTP request header:
Authorization: Bearer <access_token>