Appearance
接口测试 API
GET
/openapi/v3/ping
该 API 用来测试您的环境是否可以连通 CertCloud OpenAPI。您可以简单地使用 Curl 命令来连接测试。
bash
curl -X GET 'https://api.certcloud.cn/openapi/v3/ping' \
-H 'X-CC-Auth-Key: your-auth-key' \
-H 'X-CC-Key-ID: your-key-id'