Autional Autional
API Reference GitHub autional.com →

GET /internal/thirdparty/health

Check the health status of all registered CAPTCHA providers (PoW, Turnstile, etc.), call each provider's health check endpoint in sequence, and return the operational status of each provider

Third-party Verification `bearerAuth` application/json

Responses

StatusDescriptionSchema
200Health status of each provider: healthy indicates normal, unhealthy is followed by specific error informationdto.DataResponse-map_string_string
400Request parameter errordto.SimpleResponse
500Internal server errordto.SimpleResponse

Referenced Schemas

dto.DataResponse-map_string_string

FieldTypeRequiredExampleConstraintsDescription
code integer No
data map_string_string No
message string No
timestamp string No

dto.SimpleResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No

map_string_string

Type: object