AuthSpokeAuthSpoke Developers
Get Started · API Reference

System

Liveness and operational probes used by monitoring and deployment automation.

GET/api/v1/monitor/ping

List monitor ping

List monitor ping. This endpoint is public unless deployment policy requires otherwise.

Public — no auth

Query parameters

pageZero-based page index where supported.
sizePage 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/health

Check Redis Health

Public — no auth

Responses

200Success

Example request

cURL
curl -X GET "https://api.authspoke.com/redis/health"