
ODC REST APIs - ODC Documentation - OutSystems
Mar 28, 2025 · The ODC API is a RESTful interface with predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard …
Use REST APIs in your app - ODC Documentation
Apr 10, 2025 · Here's the high-level process for consuming REST APIs in ODC Studio: Add a single API method or Add multiple API methods by importing the OpenAPI specification file. …
ODC REST APIs for extensibility - OutSystems
Dec 2, 2024 · We're excited to announce a significant enhancement in ODC extensibility capabilities with the release of REST APIs to allow the creation of scripts, automation, and …
OutSystems ODC Rest APIs: Unlocking Limitless Integration …
Dec 20, 2024 · Unlock the power of OutSystems ODC REST APIs to automate tasks, integrate systems, and build dynamic, scalable applications effortlessly.
How to set exposed REST API authentication in ODC
Feb 5, 2025 · When we try to interact with the User API of the ODC platform, we must use the OAuth 2.0 authentication method. To do this, we first need to make a request to the token …
Using OutSystems Developer Cloud | What You Need to Know
Jul 19, 2023 · You already know that ODC is a cloud-native, low-code application development platform. It supports Kubernetes, Linux containers, and microservices, all on an Amazon Web …
OutSystems Training: Exposing a REST API | OutSystems
This content is targeted at developers with knowledge of web development in ODC. You'll learn how to expose a RESTful API. A series of practical exercises will guide you thru the process to …
Exposing REST APIs - ODC Documentation - OutSystems
Dec 16, 2024 · OutSystems allows you to expose methods using a REST API. These methods can be organized under multiple REST APIs. If you want to consume a REST API, check …
Configure API access using an API client - ODC Documentation
Mar 28, 2025 · Using the ODC portal, you can create a new API client to access the REST APIs. When a new API client is created with the necessary permissions, OAuth 2.0 client credentials …
OutSystems Developer Cloud REST Integration - To Code or not to …
Apr 17, 2024 · An opinion on when to consume REST APIs using custom code in OutSystems Developer Cloud