LinkHarbor 使用标准 HTTP 响应码表示 API 请求成功或失败。本页列出常见错误及处理方式。
所有错误都遵循一致的 JSON 结构,并包含顶层 error 对象。
{ "error": { "message": "Invalid API key", "type": "authentication_error", "code": "invalid_api_key" } }