A AuthMS API Wiki API Reference iam.tianv.com →

GET /internal/thirdparty/health

检查所有已注册CAPTCHA提供者(PoW、Turnstile等)的健康状态,依次调用各提供者的健康检查接口,返回每个提供者的运行状态信息

第三方验证 `bearerAuth` application/json

Responses

StatusDescriptionSchema
200各提供者健康状态:healthy 表示正常,unhealthy 后附具体错误信息object
400请求参数错误dto.SimpleResponse
500服务内部错误dto.SimpleResponse

Referenced Schemas

dto.SimpleResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No