Request Structure
1. Service Address
Currently, the service domain name requested by Zenlayer Cloud API is console.zenlayer.com
.
2. Communications Protocol
All the Zenlayer Cloud APIs communicate via HTTPS, providing highly secure communication tunnels.
3. Request Method
Supported HTTP request methods: POST
The Content-Type types supported by POST requests: application/json. The signature algorithm v2 (ZC2-HMAC-SHA256) must be used.
4. Character Encoding
Only UTF-8 encoding is used.
Last updated