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.
A simple endpoint to check if the API is responsive.
Successful response indicating the API is up.
Last updated 8 months ago
Was this helpful?
GET /api/v1/ping HTTP/1.1 Host: public-api.gurupay.eu Accept: */*
{ "status": "pong" }