Clink API 目前正在开发中,可用功能有限。API接口文档仅提供英文版本,如果您是现有商户并需要接入方面的帮助,请直接联系我们的支持团队。
基础端点
Clink API 遵循 REST 原则,并要求所有请求使用 HTTPS 以确保数据安全性、完整性和隐私性。 不同环境的 API 端点:沙盒
沙盒
生产
生产
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API 参考文档与集成指南
沙盒
https://uat-api.clinkbill.com
生产
https://api.clinkbill.com
{
"headers": {
"X-API-Key": "sk_uat_*********************",
"X-Timestamp": "${currentMillisecondsTimestamp}"
}
}
| 状态码 | 描述 |
|---|---|
| 200 | 请求成功 |
| 400 | 无效的参数或请求格式 |
| 401 | API 密钥缺失或无效 |
| 403 | 请求资源的权限不足 |
| 404 | 请求的资源未找到 |
| 429 | 请求速率过快 |
| 500 | 服务器内部错误 |