Interface and Operations / Synchronous API (Old Version: Authorized Links)
When user-written functions need to be invoked via HTTP API, a "Synchronous API" can be created for this function.
Synchronous API List
By navigating to "Manage / Synchronous API", you can access the Synchronous API list, where you can manage the synchronous APIs on this page.
Calling Synchronous API
In the "Synchronous API" list, click on "Example" to view the invocation method of this synchronous API.
You can directly modify the parameters in the example, and the complete call example will be generated synchronously.
Reference Documentation
For basic concepts about synchronous APIs, refer to the documentation Script Development / Basic Concepts / Synchronous API (Old Version: Authorized Links)
For detailed methods of writing functions, refer to the documentation Script Development / Writing and Calling Functions