Get Started · API Reference
System
Liveness and operational probes used by monitoring and deployment automation.
GET
/api/v1/monitor/pingList monitor ping
List monitor ping. This endpoint is public unless deployment policy requires otherwise.
Public — no auth
Query parameters
| page | Zero-based page index where supported. |
| size | Page size where supported. |
Responses
200Successful response.
400Invalid request.
401Missing or invalid authentication.
403Forbidden by permission, SKU, or provider-admin policy.
404Resource not found or not in the caller's tenant.
Example request
cURL
curl -X GET "https://api.authspoke.com/api/v1/monitor/ping"Example response
JSON
{
"id": "uuid",
"status": "OK"
}GET
/redis/healthCheck Redis Health
Public — no auth
Responses
200Success
Example request
cURL
curl -X GET "https://api.authspoke.com/redis/health"