Skip to content

接口测试 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'
200成功

返回纯文本:

Everything is fine, please enjoy it.

当您看到 Everything is fine, please enjoy it. 时,说明您的环境已经正常连通了。