OpenAPI Debugging
This topic describe how to test the RESTful API via online debug interface of Milesight Development Platform without third-party applications and authentication, which helps developers to be familiar with API interfaces and complete the debug and deployment.
Prerequisties
Procedure
- Log in to Milesight Development Platform, and select Application on the top bar.
- Select the desired application from the application list.
- In the OpenAPI Debugging tab, select the OpenAPI version and the API
which need to test.Note: the OpenAPI can also be downloaded and imported to other API tool like Postman.
- Type the required parameters in the Debug Panel and click Send. The details of API and parameters please refer to API Interface List.
Result
The API request will show as CURL format and API response will also display.
The result of test will also display in the Milesight Development Platform.