User Defined APIs in WEBCON BPS are more than just another way to reach the Public API. They solve a real problem for integrations built inside the Portal itself.
The core advantage is authentication. By using the current user session, these APIs can be called from JavaScript in forms and dashboards without exposing OAuth credentials. The request body is also far simpler than that of the Public API, making them easier to work with and well suited for AI assisted development.
Three running modes are available:
The post also covers common pitfalls like timezone and error troubleshooting. If you are interested in this, you can find more information in this blog post.
