Invoke Web APIs over HTTPs¶
Open API provides Web APIs over the HTTPS protocol, with the default HTTPS port set to 10443.
-
Before creating an HTTP request for Open API in Postman, browse the API definitions on the Swagger documentation page. To access the Swagger page, refer to chapter API Document (Swagger).md). The API definitions also can be found on chapter Asset API Definitions,Historical Data API Definitions, Realtime Data API Definitions.

-
Create a new request in Postman UI according to API definitions.

-
Open the Authorizaiton Tab, select Bearer Token from the Auth Type dropdown list, and enter the access token in the Token text box.

-
Click the Send button, the API returns the response with success status code.
