◷ Reading Time: 2 minutes
FlexRule Server-hosted REST APIs work like most other REST API services.
There are different reasons to make a service call:
- Logic execution
- Managing resources
- Monitoring
You can create your own client to call the REST API service.
Execute the Logic
To Execute logic on FlexRule Server an application should:
- Authenticate itself by getting an authentication token.
- Execute the service by calling the Service Url.
Full details for this process can be found here.
Use an SDK
FlexRule Server provides two Client SDKs to call services out-of-the-box:
Samples
You can use our RunTime Samples to try out service execution.