Overview
The API is based on the
HTTPSprotocol, and the access party needs to call it through thePOSTmethod according to the API instructions.The API responses are in
JSONformat, and all characters are encoded inUTF-8. The access party needs to add the request headerContent-Type: application/json.The API requests contain a
token, located in the request header.The API requests and responses are encrypted and signed. For details, see Encryption and Signature.
Last updated