Health check
Last updated
Was this helpful?
The Ping API is a lightweight health check endpoint. It allows you to verify that the Guru Pay API is reachable and operational.
This endpoint does not require authentication and typically used for:
Basic uptime monitoring.
Early-stage integration testing.
Last updated
Was this helpful?
Was this helpful?
GET /api/v1/ping HTTP/1.1
Host: public-api.gurupay.eu
Accept: */*
{
"status": "pong"
}