Create and Manage Custom APIs
Learn how to expose, call, or trigger integration flows via HTTP by defining your own API endpoints in Etlworks.
- User-defined APIs
- URL Pattern for user-defined API
- Call user-defined API
- PULL API: expose a data source as an API endpoint
- PUSH API: when API endpoint receives a payload it triggers execution of a data integration Flow
- UPLOAD API: using an HTTP Listener to upload files
- CRUD API: API for create,update,and delete operations
- Asynchronous POST/PUT Listener requests throttling and queuing