Updated on 2024-03-05 GMT+08:00

RESTful API Overview

RESTful APIs are used to create, read, update, and delete (CRUD) resources and data using HTTP/HTTPS and URIs.

Third-party systems can use HTTP/HTTPS GET and POST methods to perform operations on system resources and data.

HTTP is not recommended because it may bring risks. The secure HTTPS is recommended.

RESTful APIs can be invoked only in the same trusted zone. If the interfaces need to be opened to the Internet, the OpenAPI GW/AEP needs to be introduced as the authentication platform.