Overview#
This document provides a simple way to integrate Nocoly application data with any external application data. The API strictly follows REST semantics, uses JSON to encode objects, and relies on standard HTTP codes to indicate the results of operations.For GET requests, all parameters are passed by concatenation after the URL.
For POST requests, the body of the request must be in JSON format, and the Content-Type of the HTTP header needs to be set to application/json.Operation steps#
1.
Get the authorization key
2.
When debugging the API, fill in your own AppKey and sign
Modified at 2025-05-13 15:44:55