Skip to main content

User Tasks API

The User Tasks API is a Java Spring Boot application that acts as a proxy between your IdP and LittleHorse.

Configuration

For configuration instructions, please refer to the Configuration Guide.

Direct API Interaction

The User Tasks API exposes RESTful endpoints. To understand the available endpoints and how to interact with them:

  1. Start the User Tasks API service
  2. Access the OpenAPI/Swagger documentation at /swagger-ui.html (typically http://localhost:8080/swagger-ui.html if running locally)
  3. The API specification will show all available endpoints, required parameters, and response formats

User Tasks API Client

You can use the User Tasks API Client to interact with the User Tasks API. This typescript library provides type-safe access to the User Tasks API through functions that call endpoints under the hood.