API Integration
Information about Lambdora's API and interactive documentation.
Interactive API Documentation
Access the complete Swagger UI interface to explore endpoints, test API calls, and view detailed schemas.
/api/swagger-ui/index.html/api/v3/api-docsWhat's Available
The Swagger UI provides everything you need to work with the API:
About the API
Lambdora's API can be used by developers seeking to integrate directly with Lambdora to address custom use cases that extend beyond the currently supported Debezium integration. This API provides programmatic access to Lambdora, enabling you to build tailored solutions that align with your specific operational requirements and architectural patterns.
While originally built for internal use, the API is available for developers who need direct integration capabilities. The API follows RESTful principles and provides endpoints for:
- Querying entity change history
- Retrieving entity state at specific points in time
- Managing change events
- Accessing entity statistics
Explore the Source Code
Want to see how the API is implemented or contribute? Check out the source code on GitHub.
View on GitHub