Low-Code API

Sentinel Connect offers lightweight API endpoints that are easy to integrate into your application source code.

Sentinel Connect API has been designed in such a way that a single endpoint abstracts multiple Sentinel EMS endpoints. Instead of writing the code to invoke a number of Sentinel EMS endpoints, you need to invoke a single business API endpoint. This simplifies the coding logic and also reduces the complexity of entitlement management operations.

For example, to create an entitlement, you need to use just one API endpoint, POST <base_url>/entitlement. You provide all the entitlement information to this endpoint and it performs all the required operations in Sentinel EMS in one go, such as creating a customer, contact, channel partner, channel partner user, and an entitlement.

Since Sentinel Connect API simplifies the business logic and minimizes the coding effort, it is termed as the low-code option. The behaviour of Sentinel Connect API is defined using object rules and lookup parameters.

Where to find more information?

See the Sentinel Connect API Reference to learn more about Sentinel Connect API.