Connect API
The Salto KS Connect API allows you to integrate your software with Salto's cloud-based access control system, intended to be used by third-party integrators to manage installations that make use of Salto hardware. The Connect API is built following a Representational State Transfer (REST) convention using standard HTTP protocol and JSON syntax for the formatting and exchange of data.
The Connect API is the backbone behind the Salto KS platform, meaning that anything you create or do on the KS front-end applications will also be available on the Connect API.
To kick off your integration, you will need a Client ID and Client Secret, which you can obtain from your local Salto Business Unit.
Authentication
Use the Authentication section in the sidebar to learn about authentication, some basic OpenID Connect concepts, Integration types and a step-by-step on how to get authenticated.
Reference
The Reference section provides the complete OpenAPI specification for the Salto KS Connect API, including all the endpoints, parameters, sample requests and sample responses.
Developer guides
Find out about more advanced features related to the Salto KS Connect API in the developer guides section.